visualization

Do VS2010's new "thread monitor/visualizer" features support CLR 2.0?

In .NET Rocks episode #525, they talk about monitors/visualizers new to VS2010 that help you understand what your multi-threaded software is actually doing at runtime (where it's locking, etc). Does that (or related) feature give any new visibility to the behavior of multi-threaded apps running in version 2.0 of the .NET CLR? ...

What type of chart would you choose for this problem, and what charting library can provide it?

Suppose I have N segments, each one having a start and a end value, for example: [1,40],[40,80],[80,100],[90,110] I'd like to create a chart where I can display all of them, in such a way that I can see that the fourth segment overlaps the values of the third one. I'm new to charting, can you suggest which chart type I could use for...

Simple Javascript Map API

Basically I'm looking for something that would easily enable me to display a world map onscreen (most likely would consume the entire size of the window, not that this should matter) and get pixel based coordinates for certain real-world coordinates, which would then be used to visualize some data periodically obtained from the server (w...

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 an understanding of where things are and what's connected to what. Ideally, this software would run on a Mac, but I'll take anything: Windo...

R & ggplot2: Sparklines from dynamic variables (based on query results)

I've written an SQL query that tells me the names of the previous week's top 10 most frequent Alarms. And I've written a query that takes those top 10 alarms and provides a YTD weekly totals for each of those alarms. Now I'm looking to create a panel of sparklines showing the YTD trend for each of the week's top 10 alarms. I got somet...

Books on command interfaces / interactive visualizations

Note: marked as community wiki. Note: before voting to close "not real question" -- the question is: What are the common interactive visualization design patterns? Exposition: I have this gigantic real time simulation. I'm working on interactive visualization tools to monitor the simulation. I'm familiar with OpenGL but not used to wr...

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 to review it, but the unified diff format - especially with many files & changes - is hard on my eyes. How can I get a nicely-formatted diff view from the patch file? I don't have the files themselves, only the diff, so I can't use all th...

Java-lib for XML tree visualization

How to visualize XML from Java? ...

Clustered Graphs Visualization Techniques

I need to visualize a relatively large graph (6K nodes, 8K edges) that has the following properties: Distinct Clusters. Approximately 50-100 Nodes per cluster and moderate interconnectivity at the cluster level Minimal (5-10 inter-cluster edges per cluster) interconnectivity between clusters Let global edge overlap = The edge overlap...

JSON viewer for browsing APIs

Does anyone have any recommendations for applications or browser plugins that make browsing and visualizing JSON APIs easy. ...

how does soundcloud.com generate the waveform for their excellent mp3 player?

i would like to make a similar application but am struggling on how to generate the image of a waveform - are there any php libararies i can use, or perhaps something i can run from in linux to generate waveforms from an mp3? thanks :) ...

Are there any good tools for examining Makefiles?

Large complex make files can be daunting to read and examine. What tools are good for visualizing or otherwise examining a gnu make file? ...

Swing / Java2D statistics and visualisation libraries

Hi everyone, I'm looking for a multifaceted Java2D / Swing visualisation library with which I can render different statistics. Specifically, I'm looking for timeline plotting (with a configurable scrolling and compressing timeline and the ability to chart events at certain points along the timeline), line charts, pie charts, and so on, b...

Flash relationship map

Hi, Does anyone know any Flash fla's which are out there and free which do something similar to http://audiomap.tuneglue.net/ (you have to type in a search term to see it in action). What I'm after is the flash to create the node in the middle which expands out into children and then each of those children can be expanded out into more ...

Visualisation of star catalogues and celestial coordinates

Does anyone have a suggested methodology for visualising the data in a star catalogue such as the Bright Star Catalogue. I'm thinking that there would be a notional sphere and a viewpoint i.e. at the center of that sphere with two vectors representing the view direction and view horizons. I would then somehow project from the star cata...

How to conditionally format using Google's Visualisation API

I have the following code to format a link in a data table. function drawTable() { var query = new google.visualization.Query('http://somewhere.appspot.com/table'); query.setQuery(queryString); query.send(handleQueryResponse); } function handleQueryResponse(response) { if (response.isError()) { alert('Error in q...

Normalize FFT magnitude to imitate WMP

So, I've been working on a little visualizer for sound files, just for fun. I basically wanted to imitate the "Scope" and "Ocean Mist" visualizers in Windows Media Player. Scope was easy enough, but I'm having problems with Ocean Mist. I'm pretty sure that it is some kind of frequency spectrum, but when I do an FFT on my waveform data, I...

Emacs next-error (C-x `) visualization.

Hello, when I get a compiler error (in my case gcc) in Emacs (version 23 for information) I use next-error Lisp function to jump to the next error :) But when I do this the window is split vertically, but I want this to be done horizontally. Anyone know how to modify this behavior? Thanks ...

Document Visualization in android?

Is there any document visualization toolkit available for android? ...

Visualizing the SiteMap of a large (page number) website

I'm looking for a tool or service that can spider a web domain with a large number of pages, create a sitemap, and then visualize that map in a way that will help me see, understand and group content (I'm new to the site) Something like a tree-view or other standard Site Map visualizations would be great. I am yet unable to find a tool...