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?
From stackoverflow
-
I've always used JFreechart or, for more complex graphing exporting to a text flie and then gnuplot.
-
another vote for JFreeChart. Although for more complex graphing I've written my own (AWT).
-
JUNG Is a favorite of mine.
0 comments:
Post a Comment