tags:

views:

168

answers:

3

I'm looking at creating a program with Processing (processing.org) in Java. The program will involve graphing a large amount of 2D data. I would like for the points to be displayed to fill the window. I've looked at their libraries and I don't see anything for data visualization. Am I missing something?

+1  A: 

I've always used JFreechart or, for more complex graphing exporting to a text flie and then gnuplot.

Rafa de Castro
A: 

another vote for JFreeChart. Although for more complex graphing I've written my own (AWT).

pstanton
A: 

JUNG Is a favorite of mine.

monksy