Link to home
Start Free TrialLog in
Avatar of rizwan_latif
rizwan_latif

asked on

Plot a line graph in JAVA

How would you plot a line graph in a JAVA application.

I've found a few applets but I want to plot a simple line graph in an application.

eg. a string like this is sent and a line graph is plotted:- 12,3,4,45,6,76,34,23,232,4,3,556

if anyone can suggests something then that would be good
Avatar of nklkarthi
nklkarthi

Use the open source called "JFreeChart" to plot any kind of graph in Java application or applet or Servlet/JSP page.
ASKER CERTIFIED SOLUTION
Avatar of bobbit31
bobbit31
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rizwan_latif

ASKER

Cheers Bob,

that gives me a rough idea on how to go about it,

Riz
Straight to the point.