superimpose a graph in jfree chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
subash_ks
Posts: 10
Joined: Thu Aug 21, 2008 9:38 am

superimpose a graph in jfree chart

Post by subash_ks » Thu Sep 04, 2008 7:21 am

Hi,

Is it possible to superimpose two graph using jfree chart.

With Regards,
Subash ks

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 » Fri Sep 05, 2008 2:34 pm

Yes, add a second dataset and renderer to your plot. There are many examples of this included in the demo source code that ships with the JFreeChart Developer Guide. You have to pay for that, of course, but that's how I pay my bills.

I'm pretty sure there are one or two sample programs in the forum here too, but the search function is a bit lame so they may be hard to find.
David Gilbert
JFreeChart Project Leader

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

Locked