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
2009-09-22 07:05:19
A:
another vote for JFreeChart. Although for more complex graphing I've written my own (AWT).
pstanton
2009-09-23 13:32:02