The visualization tag has no wiki summary.
-1
votes
0answers
33 views
How to visualize data across 3 dimensions? [on hold]
I'm working on a dashboard where one of the tasks is to visualize (graphically represent) data that has 3 dimensions.
I'm trying to represent Download time, File size and Date on a chart. I looked ...
0
votes
0answers
31 views
What to consider before learning a new language for data analysis [on hold]
I'm currently in the very early stages of preparing a new research-project (still at the funding-application stage), and expect that data-analysis and especially visualisation tools will play a role ...
1
vote
0answers
82 views
Diagram to show code responsibility
Does anyone know how to visually diagram the ways in which the flow of control in code passes between code produced by different groups and how that affects the amount of code that needs to be ...
0
votes
0answers
35 views
NCurses, scrolling of multiline items, “current item” pointer and “selected items”
I am looking for hints/ideas for the best (most effective) way on how to scroll multi-line items as well as emphasizing of the "current item" and "selected items" such as:
1 FOO ITEM
1 Foo sub-item
...
3
votes
2answers
242 views
Visualizing a complex software application [closed]
Question
What is a good way to go about visualizing a complex software application?
Are recommended software applications that can be used for this purpose?
Background
About 3 years ago, I ...
4
votes
1answer
733 views
Building a Graph Editor - How to create a data driven graph
I am developing a graph-editor that uses drag and drop to build hierarchical graphs (containing nodes and links). Each node in the graph should be linked to a table in our database (SQL Server). I did ...
1
vote
0answers
157 views
Modern analog of DDD (Data Display Debugger)
I if there are visual applications for debugging code in popular languages (like C, Pytho, Javascript).
By visual I do not mean debugger with UI which is bundled with almost every IDE, I'm rather ...
4
votes
1answer
205 views
How to properly diagram lambda expressions or traversals through them in Architecture Explorer?
I'm exploring a piece of code in Architecture Explorer in Visual Studio 2010 to study the relations between methods. I noticed a strange behavior.
Take the following source code. It generates a hello ...
3
votes
1answer
380 views
Hash Algorithm Randomness Visualization
I'm curious if anyone here has any idea how the images were generated as shown in this response: Which hashing algorithm is best for uniqueness and speed?
Ian posted a very well-received response but ...
2
votes
2answers
115 views
Testing of visualization projects
We develop small to large visualization projects for different tasks and industries and sometimes while rewriting them a couple of times in the process we hit walls because we discover that we need to ...
2
votes
1answer
113 views
replacement for fanfold paper printouts
Back in university, we were able to print "unlimited" printouts on wide fanfold paper, (perhaps 128 characters wide or maybe more). I could then unfurl the printed code out across the desks or the ...
6
votes
1answer
255 views
Visualizing temperature levels across a city
I have a list of temperature levels (0 - 30 degrees) in different parts of a city. I would like to visualize the different temperature levels in the different parts of the city. Hot places should be ...
4
votes
2answers
174 views
Modelling project structure for Management
The project I am putted in is running awful. :-) Main Problem is a missing architecture and a missing guidline how to organize projects. In this case I have done a sample project architecture with UML ...
4
votes
2answers
314 views
Suggestions for tree (as a visualization tool) editing software? [closed]
I'm trying to generate a call tree for code I'm working on (I didn't write it) to help me understand it. I want to be able to manually enter each function and the functions it calls (as children), ...
4
votes
1answer
274 views
Visualizing a CUP grammar
I am implementing a grammar in CUP, and it would often be helpful to see everything at a glance. This could also be useful in finding errors quickly.
Are there any programs out there that will ...
1
vote
1answer
170 views
Any good examples of visualizations of performance test data?
I run some basic performance tests in C# on simple methods, but there are also legacy monolithic pieces written in C# as well as other languages. So, when testing, I often end up working with a black ...
6
votes
3answers
888 views
What is (are) the most useful technique/visualization for overall project status?
For reasons "above my pay grade", we're developing an issue/project tracking system where I work (similar to Trac, FogBugz, etc). The managers want a useful tool to be able to track the overall health ...
10
votes
2answers
218 views
Are there any good tools for visualizing refactoring work?
Many of my co-workers take pride in writing complex algorithms and programs, ones which take significant time to completely grok. I (strongly) tend towards the opposite end.
I'm proud when I write a ...