Tagged Questions

3
votes
0answers
38 views

Node layering in Graphviz

I'm creating a graph using Graphviz (compiled with neato). This graph contains many overlapping nodes which is perfectly fine. However, there is a group of large nodes which I pref …
0
votes
1answer
26 views

Persisting a GWT Visualization API DataTable

What's the correct way to go about persisting a GWT Visualization API DataTable? Should I find a way to serialize the DataTable object or should I write the table cell by cell to …
0
votes
2answers
28 views

Hidden edges in Graphviz

I'm trying to create a graph using Graphviz (complied with neato), and I would like to place nodes in specific locations. For this, I'm specifying exact edge lengths for all edges. …
0
votes
5answers
83 views

Alternative to Many Eyes Bubble Chart

I am looking for a suitable package (free or otherwise) to duplicate the functionality (mainly in visual department) of IBM's Many Eyes Visualizations Bubble Chart in our app. Belo …
1
vote
2answers
54 views

Displaying a Multidimensional Array in a Bar Graph (in JavaScript)?

Hey Is it possible for someone to give me a few pointers on how to display a multidimensional array in the form of a bar graph? The array is multidimensional, with three elements …
0
votes
1answer
25 views

Getting data for music visualization

Hi! I had an idea of a music visualization project (like those in winamp and other players), but as I am completely new to this, I don't know how to get the data (frequency spectr …
4
votes
4answers
109 views

Are there any simple programs for 3D fractal visualization?

Preferably with a source code, but algorithm description would be enough.
0
votes
1answer
87 views

Add a vertical line with different intercept for each panel in ggplot2

I'm using ggplot2 to create panels of histograms, and I'd like to be able to add a vertical line at the mean of each group. But geom_vline() uses the same intercept for each panel …
0
votes
2answers
73 views

How can I create a multi-hierarchical ‘tree’? (If it can be called a tree)

Hi, i have a list of say courses and certificates and fun_days. These are all called objects. Every object has its requirements object_requirements. A requirement can be either on …
2
votes
3answers
52 views

visualizing id, x, y, t data

I have the following vehicle data vehicle_id, position_x, position_y, time The data represents the position of a vehicle at time 't' . The data is also available as a linear ref …
0
votes
1answer
17 views

Visualization in “VisIt”

Hi, Did any one over here work in "VisIt" visualization software? I have a dataset where the x, y, z coordinates are stored in separate bin files, i don't know how to visualize th …
0
votes
2answers
78 views

Sound visualization in ActionScript 2.0

I need to create a basic bar chart distribution in ActionScript 2.0 based on sound output. I realize that ActionScript 3.0 has a very nice sound visualizer class SoundMixer.Comput …
1
vote
6answers
146 views

Most natural blinking visualization?

What is the ideal method for blinking information on a display to draw attention to an error condition in some data in a natural fashion. Should the blink be all on / all off, or …
1
vote
3answers
70 views

Programmatically ‘Listening’ to Sound (Signal Processing?)

I'm familiar with Computer Vision (Well, know OF it), of which one application can be image recognition, such as Optical Character Recognition, I believe. However, something that I …
1
vote
5answers
62 views

Monitoring Java from within Java

I want to write a simple visualization of a Java program by displaying the program's method calls as branches of a tree. This could be done quite simply by having the program itsel …

1 2 3 4 5 9 next
15 30 50 per page