Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
221 views

managing multiple software projects

we have an organization that has about 50 different software projects going on (about 90 developers). some big, some small. some are front to back solutions and some are building on top of existing ...
2
votes
1answer
153 views

Heatmap to Show Filesystem diffs on Server?

I've been tasked with creating a simple Python web-based app to graphically represent the "differences" between various servers, in terms of the contents of various key config files throughout the ...
2
votes
2answers
413 views

How to represent double values as circles in a 2d matrix in java

so I want to write a matrix explorer which enables me to reorder rows and columns of a matrix. For this porpouse I used the Jtable class. Now the problem that I have is that it is very difficult to ...
2
votes
7answers
2k views

What algorithms are good for interactive/realtime graph-drawing?

What algorithms are good for interactive/realtime graph-drawing for live data and direct-manipulation? Failing that - what libraries do you use to draw graphs? Suggestions; Prefuse ...
1
vote
1answer
44 views

Guidelines for creating interactive visualisations?

Does anyone know any guidelines in creating interactive visualisations for the exploration of datasets? I can find lots of material on why particular instances are good or bad, but the actual design ...
1
vote
0answers
53 views

Good visualisation for correlated events

I'm writing a Log-Event correlator. The principle is to have several log-sources analyzing the same signal in multiple places, and then correlate all events to determine causes by method of ...
0
votes
0answers
96 views

Heatmap/Data visualization using WMS layer from Geoserver

I want to find something that can be used to create heat map WMS layers from Geoserver. I found AcidMaps (http://acidmaps.org/) that can be used as a plugin to Geoserver to generate heatmap WMS ...
0
votes
0answers
55 views

A visualization task - How to integrate information ex: illumination thumbnails into google streetview or bing maps layers

I am novice to this field and have taken visualization course this semester . I have to perform the following task : How to integrate information ex: illumination thumbnails into google streetview ...
0
votes
1answer
403 views

Handling multiple data objects in Protovis (javascript info visualization)

I am extremely frustrated with trying to prune and hand over to Protovis a set of arrays only containing numbers from a set of data objects that looks something like below to draw up three separate ...
0
votes
1answer
556 views

Data Visualization - showing a Tree in HTML, CSS, JQuery

I have a tree based dataset that I want to visualize in my webpage. the data is just your basic tree: there is a parent node, with subnodes and then subnodes of those nodes. I am looking for a ...
0
votes
0answers
562 views

Drag and drop rows with jtable

I am programming a Matrix Explorer that allows me to reorder the rows and columns of a matrix. The Problem that I have is that I want the drag and drop to be visually consistent, meaning that the ...