Top "Visualization" questions

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

Generate unique colours

I want to draw some data into a texture: many items in a row. They aren't created in order, and …

algorithm visualization color-space
circuit/block-diagram drawing

I'm looking for either algorithms or visualization tool for (nice) circuit/block-diagram drawing. I am also interested in a general …

algorithm visualization graph-drawing
How to render audio waveform?

Is there any audio/programming-related stack-exchange site? I'm trying to make a wave form in WinForms What algorithm should I …

c# audio visualization data-visualization waveform
How to set cell-color according to cell-value on ooo-calc?

I can change the style of a cell using conditional formatting. But there I would be limited to a maximum …

visualization data-visualization openoffice-calc
How to visualize kmeans clustering on multidimensional data

I am using kmeans clustering algorithm on mnist dataset and want to visualize the plots after clustering. So far I …

python visualization k-means
Placing nodes vertically in Graphviz using pydot

I am using Graphviz in Python via pydot. The diagram I am making has many clusters of directed graphs. pydot …

python visualization graphviz pydot
Drawing a Topographical Map

I've been working on a visualization project for 2-dimensional continuous data. It's the kind of thing you could use to …

algorithm language-agnostic visualization bezier topographical-lines
How to plot a plane from an equation in R

I've been tinkering with the RGL package to figure out how to plot a plane from an equation in R, …

r 3d visualization rgl
how to generate a graph/diagram like Google Analytics's Visitor Flow?

I am trying to generate a diagram similar to that presented by the recent Google Analytics "Visitor Flow". These are …

python visualization graphviz d3.js
Graph visualization (boost graph)

I have C++ program using boost graph library. I wonder if there is any way to visualize the graph (nodes …

c++ graph plot visualization boost-graph