Top "Visualization" questions

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

Visualization of scatter plots with overlapping points in matplotlib

I have to represent about 30,000 points in a scatter plot in matplotlib. These points belong to two different classes, so …

python matplotlib plot visualization scatter-plot
How to visualize or format a diff / patch file?

I have a patch file (unified diff), like the output from svn diff, git diff, or diff -u .... I want …

formatting diff visualization patch
Music Analysis and Visualization

I'm interested in programming a music visualizer in Python. The first problem is how to get the information from the …

python audio visualization
Chord diagram in R

Is there any package in cran which could plot a chord layout like this: (this visualization is also called chord …

r visualization chord-diagram
Flow chart generator from source files

I'm searching for a tool that let me generate a flow chart for a given project. It is difficult understand …

visual-studio-2010 visual-studio visualization flowchart
Mysql Visualization Tools

Does anyone know a good (preferably open source and cross platform) tool to allow simple visualization of mysql databases? I …

mysql database database-design visualization
Algorithm or software for slicing a mesh

What is the right approach for slicing a 3D mesh? The mesh are all closed surfaces and the slices need …

c++ graphics visualization computational-geometry mesh
Most underused data visualization

Histograms and scatterplots are great methods of visualizing data and the relationship between variables, but recently I have been wondering …

graphics r visualization plot ggplot2
large graph visualization with python and networkx

I am having trouble with large graph visualization in python and networkx. The graph is wish to visualize is directed, …

python visualization data-visualization networkx
How to visualize a large network in R?

Network visualizations become common in science in practice. But as networks are increasing in size, common visualizations become less useful. …

r graph visualization social-networking graph-visualization