How do you run the demo?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
mork
Posts: 10
Joined: Wed Dec 06, 2006 1:39 pm

How do you run the demo?

Post by mork » Wed Dec 06, 2006 2:55 pm

There is the jfreechart demo jar file, but how do you ... "run it"?

I'd like to see examples of how to create various types of line charts.

Thanks in advance.

-- M

angel
Posts: 899
Joined: Thu Jan 15, 2004 12:07 am
Location: Germany - Palatinate

Post by angel » Wed Dec 06, 2006 3:10 pm


mork
Posts: 10
Joined: Wed Dec 06, 2006 1:39 pm

Post by mork » Wed Dec 06, 2006 3:12 pm

Thanks. I'd rather run it locally, if possible, however.

-- M

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Wed Dec 06, 2006 3:49 pm

Code: Select all

java -jar jfreechart-1.0.3-demo.jar
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked