The moose likes Beginning Java and the fly likes drawing graph Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "drawing graph" Watch "drawing graph" New topic
Author

drawing graph

Prahlad Joshi
Ranch Hand

Joined: Apr 21, 2007
Posts: 44
how can we draw line graphs in java
Vikas Kapoor
Ranch Hand

Joined: Aug 16, 2007
Posts: 1374
Hi Prahlad,

There is one nice API to handle all kind of graphs.
Take a look at JFree Chart.
Prahlad Joshi
Ranch Hand

Joined: Apr 21, 2007
Posts: 44
thanks vishal
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: drawing graph