visualization

Freeware tool needed for drawing simple (but good looking) application diagrams

So, what I would need is NOT UML or developer - only - diagrams, but more something similar to what one can do with Visio Professional. I don't need to provide code generation or something, also the main focus is the looks of the diagrams (so DIA and similar applications are a no - go). Also, whats needed is a good library of graphics ...

Change the colour of bubbles in Google visualization motion chart

Hi all I there a way where by I can define the colours of bubbles in a motion chart provided by Google visualization API ? I do not want to use the default colour scheme. Thank you in advance. ...

Visualizing a DAG

I have a large directed acyclic graph that I would like to visualize in a bitmap image. Ideally I'd like to have all the root nodes at the top of the image, and all of the leaf nodes at the bottom, i.e. the graph edges are all pointing in a downwards direction. Is there a good algorithm for working out the coordinates of all the nodes ...

Visualisation libraries - AJAX, Flex, Flash, HTML, C/C++

Okay guys - simple question. I have some data in a MySQL database that I want to visualise. Now some methods for doing this are: Axiis GetPivot ManyEyes Are there any others? Max. ...

Google Visualization Column Chart - How to make labels as currency.

I'm just trying to figure out to format my labels to be shown as a currency and not just a number: ` echo ' google.load("visualization", "1", {packages:["corechart"]}); google.setOnLoadCallback(drawChart); function drawChart() { var data = new google.visualization.DataTable()...

How do I get a diagram of the dependencies between my C# projects

I have a fairly complex application which has been broken up into multiple components. Each component has a solution file which contains a bunch of projects. So I like to think of this as a component has multiple projects/dlls in it. There is also a "common" component. All the other components depend on "common". So a compile goes like t...

Easy to remember fingerprints for data?

I need to create fingerprints for RSA keys that users can memorize or at least easily recognize. The following ideas have come to mind: Break the SHA1 hash into portions of, say 4 bits and use them as coordinates for Bezier splines. Draw the splines and use that picture as a fingerprint. Use the SHA1 hash as input for some fractal algo...

Map Visualizations

We are looking for a great looking map visualization to plot transaction as we process them. We get inbound messages from all over the united states (latitude, longitude). We currently have a Google Maps solution in place, but it just doesn't have the visual impact we are looking for. We really like how this map looks: http://leftronic....

How to draw a tree structure? (A two-dimensional space allocation tree recursion algorithm?)

I have an arbitrary tree structure of nodes. I want to draw this tree to provide users a visual representation. I need to recurse over the tree and for each node add a graphic item to a list, and then just draw the list of items once tree recursion has finished. The recursion and drawing of items is of course trivial - what's a bit more ...

How can we combine many Plots generated by a loop into one single Plot in Mathematica?

Dear all: I want to visualize a function of the form x^n such that n=1,2,...,10. I want these values of n to be generated by a loop and then plot the function as Plot[{x^n},{x,0,100}] and store the plot in an array. Then I want all of these arrays to be displayed into single plot. I tried to do this using Show function but with not much...

Creating, Visualizing and Querying simple Data Structures

Simple and common tree like data structures Data Structure example Animated Cartoons have 4 extremities (arm, leg,limb..) Human have 4 ext. Insects have 6 ext. Arachnids have 6 ext. Animated Cartoons have 4 by extremity Human have 5 by ext. Insects have 1 by ext. Arachnids have 1 by ext. Some Kind of Implementation Level/Table0 ...

How to return a Date value from JSON to Google Visualization API

is there a way to retrieve date value from JSON in Google Visualization API? Here is the snipplet for playground please copy the code below into it When you run the code you won't have anything in result. you should remove the quotes from the date value I marked with comment in order to retrieve result. function drawVisualization() { ...

3D Graphics: software for visualizing 3D vectors?

I'm trying to teach myself about 3D graphics, but I'm having trouble visualizing the 3D vectors involved. Is there any good software that I can use to visualize 3D vectors? For example, right now I'm learning about camera transformations, and it would be nice if I could easily plot the right/up/look/eye vectors. I've tried Grapher.app...

Does anyone else use the Flare toolkit? I need some help!

I am trying out the fantastic Flare toolkit, but following the tutorial almost out the gate, I got stuck. I am using Flex builder and there seems to be an error in one of the included library files (Visualization.as), and there isn't anything I can do to fix it -- I can't even debug the error, as I already wrote in this post, because Fl...

What is the best way to visualize my small c programs using some type of diagrams ?

I want to learn how can I visualize my small c programs using some type of diagrams . My programs generally include (3 or 4 functions) (some loops) (basic i/o (printf scanf)), and basic calculations. I do not want to visualize everything about my program(name of vars, type of vars) , but I want to create some type of diagram which will ...

Relationship between plotting packages in R

I am just starting out with R, and beginning to start producing charts. I am aware that there are at least three different plotting packages, the standard one, ggplot2 and lattice. Are these packages complementary, or do they cover much the same ground? If they are complementary, when do I use each? If they cover the same ground, whi...

is there a class history visualization tool for SVN

I know of codeswarm and gource, but AFAIK they visualize the reopsitory on a class level. What i would like to see animated is the history of a single file (or a package) - LOC count is essential, LOComment, dependencies, method count a.s.o. would sure be nice too :) ...

Visualization with JavaScript of data from a JSON source?

I would like to use a library like the Google Visualization API to draw charts, but taking the data as JSON from an external source. The context is to use some SPARQL service to extract the data from a XHTML+RDFa source, as described here. But that latter page has to use a trick, but points out that it would be great that these visualiza...

Different sort algorithms visually performed

Any decent visualization of a couple different sort algorithms? I'm looking for something I can use in a demo, and willing to write my own (can't be that hard) but would prefer to use someone else's if I can. NO applets though, the majority I'm finding are applets... Lightweight flash or canvas. I would like the following sorts: Bubbl...

Whiteboard visualization of your it architecture

Hi, once in a while you have to draw a picture of your (planned) IT architecture/infrastructure on a whiteboard. Sometimes there are only IT people in the room, sometimes not. But anyhow, usually you just want to depict your IT systems or architecture more or less as a sketch and not in full detail. What I want to ask now is, which ste...