Top "Visualization" questions

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

Generate visual (waveform) from MP3/WAV file in Windows 2008 Server?

Is there (somewhere) a command-line program for Windows which will create PNG/JPEG visual from MP3/WAV? EDIT: This is …

command-line mp3 visualization wav windows-server-2008-x64
Seaborn Lineplot Module Object Has No Attribute 'Lineplot'

Using seaborn's documentation code to generate a lineplot returns an AttributeError: 'module' object has no attribute 'lineplot'. I have updated …

python matplotlib visualization seaborn
How to start writing a music visualizer in C++?

I'm interested in learning to use OpenGL and I had the idea of writing a music visualizer. Can anyone give …

c++ opengl audio visualization
How to visualize the relationship of tables in an Oracle database

I know in Access there is a way I can visualize the relationship between tables in a diagram - kind …

database oracle visualization entity-relationship
Draw simple timeline with D3

This is what I'm trying to accomplish: In this example, I have a starting date (1º Jun 2011), an ending date (1º Jul 2012) …

javascript html d3.js visualization timeline
Big data visualization using "search, show context, and expand on demand" concept

I'm trying to visualize a really huge network (3M nodes and 13M edges) stored in a database. For real-time interactivity, …

visualization graph-visualization
Colorize Voronoi Diagram

I'm trying to colorize a Voronoi Diagram created using scipy.spatial.Voronoi. Here's my code: import numpy as np import …

python matplotlib scipy visualization voronoi
Free java data visualization library?

I'm looking for a free Java library to visualize some data. I want to do something similar as the following …

java visualization
How to use GLUT/OpenGL to render to a file?

I have a program which simulates a physical system that changes over time. I want to, at predetermined intervals (say …

opengl graphics visualization glut
Drawing arrows on an HTML page to visualize semantic links between textual spans

I have an HTML page with some textual spans marked up something like this: ... <span id="T2" class="Protein"&…

javascript html visualization