| Author |
Graphs in Java Standalone Project
|
arul meh
Greenhorn
Joined: Sep 19, 2009
Posts: 27
|
|
Hi,
I have to plot line Graph in a stand alone Java project. Can somebody let me know, how can I do this ?
Thanks.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32708
|
|
There are methods in the Graphics class which allow you to draw lines from an array of locations.
Moving to the Swing forum.
|
 |
Wouter Oet
Saloon Keeper
Joined: Oct 25, 2008
Posts: 2700
|
|
|
You could also look at JFreeChart
|
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
|
 |
 |
|
|
subject: Graphs in Java Standalone Project
|
|
|