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 looking specifically for libraries that involve multi-dimensional visualization and map overlaying (something like open-layers), but would be open to get exposure to any graphics libraries.

link|improve this question

feedback

7 Answers

You may want to look at Processing - a data visualisation environment and language written in Java.

link|improve this answer
Processing runs as applet. It is near impossible to get it out of the applet. Thus if you ever plan to use your visualization in another way, dont use Processing (even though else its an awesome library). – akuhn Dec 6 '09 at 12:07
If you hit Ctrl+Shift+E, it exports as an application, not an applet – Brian Agnew Dec 6 '09 at 12:38
How would you describe the learning curve and how robust of a library is it? – Stefan Dec 7 '09 at 4:03
The Processing website has a wealth of information, and there are books on it (by publishers like OReilly). I've not used it much, but I think the resources available should make it straightforward to pick up. – Brian Agnew Dec 7 '09 at 8:46
feedback

You might also want to consider R, which as very extensive graphic capabilities and is used extensively in academic research and places like the NY Times. It would require you to learn a new syntax, but it is very hard to beat for scientific visualizations, and it can easily be called from Java using JRI.

Here are a few resources:

Also, while this isn't R specific, the gallery of data visualization is worth looking at.

link|improve this answer
Hey thanks alot for this answer. I only saw it after the bounty but I really like it. Best I can give you is the upvote – Stefan Dec 15 '09 at 4:52
feedback

The combination that I think I will be using is JMathPlot (similar to matlab) for visualizing scientific data and using JOGL for visualizing informational data

link|improve this answer
feedback

If you want to stick with pure Java, look at Prefuse for graph visualization.

link|improve this answer
Actually Prefuse is designed for Data visualization, but it has some special support for graphs – H-H Dec 3 '09 at 22:12
feedback

There is a few java graphic libraries available here

link|improve this answer
feedback

JMathTool may be interesting. It will allow you to do simple 3D graphs quickly, however it isn't designed to handle more complicated visualisations.

link|improve this answer
This looks like fun, I will have to look into it a little bit – Stefan Dec 15 '09 at 4:53
feedback

QuickDraw, written by University of Calgary professors Schock and Stephenson, is a great simple tool for graphics visualisation. Free for personal and non-commercial use.

http://pages.cpsc.ucalgary.ca/QuickDraw/

link|improve this answer
It's also language-independent via piping. Sexy. – calico-cat Dec 10 '09 at 5:07
Cute--thanks for the tip! – Drew Hall Dec 10 '09 at 5:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.