Visualization is any technique for creating images, diagrams, or animations to communicate a message.
61
votes
15answers
4k views
Most underused data visualization [closed]
Histograms and scatterplots are great methods of visualizing data and the relationship between variables, but recently I have been wondering about what visualization techniques I am missing. What do ...
57
votes
17answers
12k views
Good tool to visualise database schema?
Are there any good tools for visualising a pre-existing database schema? I'm using MySQL if it matters.
I'm currently using MySQL Workbench to process an SQL create script dump, but it's clunky, slow ...
33
votes
8answers
587 views
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 two images. Is there any possibility? I first thought of prefuse, but this isn't developed ...
32
votes
4answers
24k views
How do you change the size of figures drawn with matplotlib?
How do you change the size of figure drawn with matplotlib?
23
votes
2answers
533 views
R + ggplot : Time series with events
I'm an R/ggplot newbie. I would like to create a geom_line plot of a continuous variable time series and then add a layer composed of events. The continuous variable and its timestamps is stored in ...
23
votes
9answers
8k views
c/c++ source code visualization?
Basically I want tools which generate function call graph, dependency graph etc.
20
votes
4answers
809 views
Venn diagram generation software from RCC(8) specification or similar
Please note: While the bounty is no longer available, I'm still keen for anyone with a good answer to this question to contribute; I'm still watching it, and will award upvotes to good new answers. ...
20
votes
2answers
735 views
Customizing JavaScript Visualization Toolkit Spacetree Node
I saw many people recommend JavaScript Visualization Toolkit (The JIT) for org chart. I am trying to use SpaceTree of JavaScript InfoVis Toolkit for org chart. The nodes in my org chart is like a ...
19
votes
4answers
527 views
Spaghetti code visualisation software?
a smoking pile of spaghetti just landed on my desk, and my task is to understand it (so I can refactor / reimplement it).
The code is C, and a mess of global variables, structure types and function ...
19
votes
6answers
747 views
Bubble chart label placement algorithm? (preferably in JavaScript)
I'd like to automatically place 100-200 bubble labels so that the following requirements are met:
Labels should not overlap
Labels should preferably not overlap bubbles
Label should be close to ...
19
votes
8answers
3k views
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 study elevation data or temperature patterns on a 2D map. At its core, it's ...
16
votes
4answers
3k views
What's the fastest, pure Javascript, Graph visualization toolkit? [closed]
This question is about toolkits which draw graphs (those things composed of vertices and edges), not generic plots.
The tool mus be able to get a set of vertices and edges, calculate their layout, ...
16
votes
3answers
2k views
Alternative to SIMILE Timeline for timeline visualization?
So I have been having lots of fun playing with SIMILE Timeline, but unfortunately, it appears to be all but abandoned (most recently closed ticket May 2009) and riddled with memory leaks, especially ...
14
votes
7answers
2k views
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.com/design/fantastic-information-architecture-resources.html
Giving a long list of ...
14
votes
5answers
2k views
Side-by-side plots with ggplot2 in R
I would like to place two plots side by side using the ggplot2 package (ie. do the equivalent of par(mfrow=c(1,2))). For example, I would like to have the following two plots show side-by-side with ...
14
votes
18answers
11k views
Does anyone know a good network/graph visualization software - just add data?
I want to plot social network visualization, but don't want to do much of programming. Does anyone know a piece of software that can do plotting, zooming in out but does not require much of ...
12
votes
5answers
2k views
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 for it.
So far I came across balloon plots (I used it here, but I don't think it will work in ...
12
votes
4answers
979 views
Incremental linearizing of git DAG
I'm the author of GitX. One of the features GitX has is the visualization of branches, as can be seen here.
This visualization is currently done by reading commits which are emitted from git in the ...
11
votes
7answers
768 views
Introduction to Java Graphics Libraries
I just got into information-visualization and scientific-visualization and have been using Piccolo and a little with JFreeChart. I am trying to find a few new libraries that I can start using. I am ...
11
votes
3answers
236 views
Visualising Change In Version Controlled Files
We have been experimenting with using data visualisation techniques inspired by Edward Tufte to display our test suite and it has been very effective.
I would like to extend this to our Subversion ...
10
votes
4answers
1k views
Just how good is VTK?
I have heard some good reviews oF Visualization ToolKit(VTK) from developers. But, exactly how powerful is it? For example, can it handle visualization of an entire oil reservoir (in a simulator) with ...
10
votes
11answers
1k views
C# Class/Object visualisation software
In Visual Studio 2005 and prior you could export your code to Visio and view the relationships between the objects and what methods, properties and fields it had. This was great as it allowed you to ...
10
votes
7answers
1k views
Is there a python equivalent of the prefuse visualization toolkit?
The prefuse visualization toolkit is pretty nice, but for Java. I was wondering if there was something similar for python. My primary interest is being able to navigate dynamic graphs.
10
votes
8answers
777 views
Best examples of data visualisation?
I love data visualisation and to spread that love I thought we could share our favourite examples of data visualisation:
Chess moves http://turbulence.org/spotlight/thinking/chess.html
Chris ...
9
votes
3answers
87 views
How to get birds eye view of git tree with just branch names, not individual commits?
I like the ability of git to give me a visual tree showing how the commits flow on various branches, but with a lot of commits you may drown in detail.
I was wondering how I can just get the basic ...
9
votes
2answers
575 views
Google Visualization API - Geomap regions for Germany
After the release of new geomap package version I seem to have a
problem using geomap for German regions. Before the upgrade everything
seemed to work just fine. The problem is that if I try to show ...
9
votes
4answers
465 views
Acquiring basic skills working with visualizing/analyzing large data sets
I'm looking for a way to learn to be comfortable with large data sets. I'm a university student, so everything I do is of "nice" size and complexity. Working on a research project with a professor ...
9
votes
5answers
300 views
Python tools to visualize 100k Vertices and 1M Edges?
I'm looking to visualize the data, hopefully make it interactive. Right now I'm using NetworkX and Matplotlib, which maxes out my 8gb when I attempt to 'draw' the graph. I don't know what options ...
9
votes
7answers
2k views
track C++ memory allocations
I am looking for a way to track memory allocations in a C++ program. I am not interested in memory leaks, which seem to be what most tools are trying to find, but rather creating a memory usage ...
9
votes
4answers
2k views
Is JavaScript ready for visualizing large datasets?
We've got some data (10-50 columns, hundreds of thousands of rows) that we usually visualize in Excel as a line graph or stacked bar chart.
Users want to be able to zoom in and out of the graph to get ...
9
votes
11answers
3k views
What are the best Javascript/Flash frameworks to render graphs or charts from data?
Ideally I'd like to do as little preparation data work on the server as possible. The less I have to do to prep the data from the database to make a given chart, the happier I am and the more view I ...
9
votes
4answers
2k views
History visualization tools for version control systems?
Specifically, I'm looking for something that, given a single file, and an SVN history, will display insertions and deletions as a pretty animation.
That said: I figure that a list of version control ...
9
votes
5answers
5k views
Subversion merge history visualisation
Are there any utilities out there which can draw pictures of the merge history of a subversion repo - we always commit merges with a (fairly) consistent log message, and it would be handy to be able ...
8
votes
1answer
541 views
Hypergraph Visualization
A hypergraph is a generalization of a graph where the edges may include more than two vertices. Here's an example from the wikipedia article:
I'm looking for a good tool for standard visualization ...
8
votes
2answers
528 views
Visualising C structs?
I am using Ubuntu 10.04, and studying programming of kernel objects.
I have come across some rather complicated structs which I have difficulties reading, so I thought I'd try to find some tool that ...
8
votes
4answers
1k views
HTML5 Audio Visualizer?
Is there such a player? I'm looking into making one purely out of JavaScript. Something like http://www.nihilogic.dk/labs/pocket_full_of_html5/ but randomly all mashed together?
What are your ...
8
votes
9answers
3k views
What good alternatives are there to Google Charts?
I have been experimenting with Google charts. Are there any alternatives that are reasonably as expressive but can be installed locally on your own web server? I don't like the idea of relying on an ...
8
votes
8answers
429 views
Techniques for Visualizing Data
I'm looking into providing several methods of visualizing a large volume of data. This may include, but will not be limited to, simple graphing. The techniques I'm exploring will involve shapes, text ...
8
votes
3answers
1k views
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 pretty pictures (perhaps a block diagram) of all the connections to help me more quickly get ...
8
votes
5answers
1k views
Benefits and concerns with Google Chrome Frame
Is this a technology I should spend much time evaluating?
http://code.google.com/chrome/chromeframe/
Chrome Frame is a plugin for Internet Explorer (IE6-IE8) that gives it, well, what all the other ...
8
votes
4answers
4k views
Application to generate Java class hierarchy diagram
Looking for a tool that:
Produces a visually pleasing (not garish), orthogonally structured graph hierarchy
Outputs high-quality PNG images (300dpi+)
Visually differentiates classes, abstract ...
8
votes
12answers
6k views
What can I use for real-time plotting/graphing in C++?
I am looking for a C++ library or component which would ideally be cross-platform, but will first only be needed for Win32.
The requirements are:
one to 10 updates per second
good documentation and ...
8
votes
8answers
3k views
Scientific Plotting in Python
I have a large data set of tuples containing (time of event, latitude, longitude) that I need to visualize. I was hoping to generate a 'movie'-like xy-plot, but was wondering if anyone has a better ...
8
votes
5answers
2k views
Generate unique colours
I want to draw some data into a texture: many items in a row. They aren't created in order, and they may all be different sizes (think of a memory heap). Each data item is a small rectangle and I want ...
8
votes
16answers
815 views
Getting your head around other people's code
I'm occasionally unfortunate enough to have to make alterations to very old, poorly not documented and poorly not designed code.
It often takes a long time to make a simple change because there is ...
8
votes
5answers
6k views
Mysql Visualization Tools
Hey everyone,
Does anyone know a good (preferably open source and cross platform) tool to allow simple visualization of mysql databases? I just need a tool I can quickly point at a database and ...
8
votes
6answers
3k views
Do you know any graph visualization libraries for .NET?
Do you know any libraries that would handle displaying of graph structures in .NET? I'm looking for something similar to java libraries: jgraph or Netbeans Visual Library. I'd like to display objects ...
7
votes
2answers
204 views
How can I visualize hierarchical data?
I have some data like the following:
A A1 12
A A2 23
A A3 AA1 1
A A3 AA2 2
B B1 2
B B2 1
Is there a way to visualize this information in ggplot? I am looking for something like this:
|--A1---12
...
7
votes
1answer
329 views
Combine continuous and discrete color scale in ggplot2?
I am a ggplot2 newbie. I am making a scatter plot where the points are colored based on a third continuous variable. However, for some of the points, that continuous variable has either an Inf value ...
7
votes
3answers
245 views
Interactive plotting in Python?
Matlab and Mathematica both have features that allow the user to manipulate the contents of a plot using, say, a slider. For example, if you have a set of 3D data, it is easy to make a small program ...