views:

670

answers:

4

The java Swing GUI im developing needs to plot a 2D graph based on the x and y coordinates generated in the program.

Is there a Swing component for that?

Or is there any other open source package for the purpose?

Thanks in Advance..

+10  A: 

You should look at JFreeChart.

Mark
+7  A: 

You should check out JFreeChart which has Swing support. Here are some samples:

http://www.jfree.org/jfreechart/samples.html

Olly
is there a tutorial doc or something of kind for using JFreeChart?
tamizhan
+4  A: 

check out the feature comparison for Java report and charting libraries; http://java-source.net/open-source/charting-and-reporting

n002213f
A: 

For glossy look u can use JUNG. Just google it

iftee