Top "Visualization" questions

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

JavaScript library for dynamic network visualization?

What is a good JavaScript library for the visualization of time-evolving/dynamic graphs/networks? My data is in the form …

javascript visualization graph-visualization
ROS RVIZ: How to visualize a point cloud that doesn't have a fixed frame transform

I was following the ROS official documentation on how to publish a point cloud and I was able to successfully …

c++ transform visualization ros point-clouds
Interactive Graphviz viewer with basic node/edge filtering

I looked thru Graphviz resources page , and questions 1 and 2 and still couldn't find specific answer. My usecase is browsing dependencies …

visualization graphviz interactive viewer
Visualize big graphs

I have a graph with 690,024 nodes and 7,398,042 edges and want to visualize it. I have used graphviz's dot and gephi …

graph visualization
Are there any PHP code visualization tools?

Looking for software that will analyze php code (i.e. all of wordpress or the thematic theme) and show me …

php visualization data-visualization
How can I learn to create beautiful infographics (with connection to my R knowledge)?

I am a devoted R (r-project.org) user, and love infographics. I just came across this article: http://www.noupe.…

r visualization data-visualization
How to visualize correlation matrix as a schemaball in Matlab

I have 42 variables and I have calculated the correlation matrix for them in Matlab. Now I would like to visualize …

matlab plot visualization correlation graph-visualization
How to visualize a project structure in MATLAB?

I've come into ownership of several thousand lines of Matlab code, some as >900 line functions and a few directories …

matlab refactoring visualization
Matplotlib : quiver and imshow superimposed, how can I set two colorbars?

I have a figure that consists of an image displayed by imshow(), a contour and a vector field set by …

python matplotlib visualization data-visualization colorbar