Top "Visualization" questions

Visualization is any technique for creating images, diagrams, or animations to communicate a message.

HTML5 Audio Visualizer?

Is there such a player? I'm looking into making one purely out of JavaScript. Something like http://www.nihilogic.dk/…

javascript audio html visualization visualizer
Does anyone know a good network/graph visualization software - just add data?

I want to plot social network visualization, but cannot do much programming. Does anyone know a piece of software that …

graph visualization social-networking
Relationship between dpi and figure size

I have created a figure using matplotlib but I have realised the plot axis and the drawn line gets zoomed …

matplotlib plot graph visualization
C/C++ source code visualization?

Basically I want tools which generate source code visualization like: function call graph dependency graph ...

c++ c visualization
changing ggplot factor colors?

I notice that here Box and whiskers plot the call: p + geom_boxplot(aes(fill = factor(cyl))) generates bright red/…

r ggplot2 visualization
2D grid data visualization in Python

I need to visualize some data. It's basic 2D grid, where each cell have float value. I know how to …

python colors grid visualization gradient
Sankey Diagrams in R?

I am trying to visualize my data flow with a Sankey Diagram in R. I found this blog post linking …

r visualization diagram flowchart sankey-diagram
What techniques exists in R to visualize a "distance matrix"?

I wish to present a distance matrix in an article I am writing, and I am looking for good visualization …

r matrix visualization data-visualization
How can I bring a circle to the front with d3?

First of all, I am using d3.js to display different sized circles in arrays. On mouse over, I want …

javascript d3.js visualization
Fixed stroke width in SVG

I would like to be able to set the stroke-width on an SVG element to be "pixel-aware", that is always …

svg visualization