CombinedDomainXYPlot with shared range axis?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
cshanes
Posts: 3
Joined: Sun Jan 30, 2011 8:10 pm
antibot: No, of course not.

CombinedDomainXYPlot with shared range axis?

Post by cshanes » Sat Feb 05, 2011 1:07 am

I'm trying to make a chart that looks like this:

Image

If you look closely at that chart you can see it shares the domain axis for two charts (one chart is the green line and the other chart is the blue line). However if you look at the left and right sides you can see that it also has two different range axes but the two graphs are overlaid on each other.

Is there any way to accomplish this in JFreechart?

Locked