Tagged Questions
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 ...
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 ...
6
votes
3answers
135 views
Haskell plotting library similiar to MATLAB
Is there a Haskell library for drawing plots similar to MATLAB, scilab or matplotlib? They all have very simple interfaces, which work like a state machine:
plot(xs, ys)
show() -- opens window with ...
3
votes
1answer
110 views
C# directed graph generating library
I noticed that Visual Studio can generate graphs using something called DGML.
I would like to generate a graph like the following one in my C# application.
...
3
votes
4answers
451 views
Java graph library for dynamic visualisation
I am in need of Java library for graphs that supports dynamic visualization. I need to have objects moving between the vertices and this has to be shown. 3D is not needed, a 2D representation will ...
3
votes
1answer
2k views
GraphViz and ASP.NET
I woud like to generate graphs using GraphViz and display them on an ASP.NET webpage.
What is the best library to use for this?
2
votes
0answers
59 views
How to do algorithm visualization?
I am looking for an algorithm visualization library/tool that is well documented and you can call from your source code.
I took a look at jhave - example of usage. And I liked it, it seems it has ...
1
vote
1answer
111 views
Looking for a Javascript LoD Zoom Flowchart Library
I need to create a dynamic flowchart that is dynamically generated from some XML/JSON (doesnt matter which). The data describes a system with multiple high level nodes. If a node is clicked I would ...
1
vote
0answers
76 views
Using vlQt4::Qt4Widget inside a Qt Layout
i'm playing with Qt and visualization library. I've tested the code founded here and it works great but i'm not able to insert the vlQt4::Qt4Widget widget into a QHBoxLayout instance created with ...
1
vote
2answers
446 views
Scalable and dynamic graph visualization library in C++
I am developing a piece of software that makes an intensive use of graphs. I'd like to visualize these graphs (they may become quite large). Is there a good C++ library (or in another language, but ...
1
vote
1answer
1k views
Generate sound wave image from mp3/wav file?
Looking for a program / lib (preferably in .NET) that can take a sound file (mp3/wav/etc) and generate a sound wave image from it (similar to image below)
0
votes
3answers
65 views
free java library for visualization (Plots, Charts ,Graphs , …) [closed]
Possible Duplicate:
Are there any decent free Java data plotting libraries out there?
I need a java library for visualization.
I need it be able to generate & display Plots, Charts, ...
0
votes
3answers
110 views
Which data visualization library should I use
I'm working on a web application that should visualize CDR (Call Data Record) data in some sort of multidimensional graph. We will use a java framework for the application so I'm mostly looking for a ...
0
votes
1answer
124 views
Animation from a C++ program
I have a C++ program in Linux which operates on and gives as the result the trajectories of some simple geometric objects in three or two dimensions. I need to visualize the movement of these simple ...
0
votes
1answer
87 views
is there an api for something like this?
i have seen this and i wanted to know if there is any open source web based thing, which has similar functionality.
cool would be a JS api/library :-)
thanks in advice
UPDATE
sorry for that, didn't ...