anchoring plots on CombinedDomainXYPlot with multi ranges?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
graphdev
Posts: 1
Joined: Wed Nov 10, 2010 7:03 pm
antibot: No, of course not.

anchoring plots on CombinedDomainXYPlot with multi ranges?

Post by graphdev » Wed Nov 10, 2010 7:35 pm

Hi,

I currently have CombinedDomainXYPlot with multiple subplots, each one having own, very different range, each one starting at a distinct point on the combined graph (as in MultipleAxisDemo1 of JFreeChart demos).

I need all these graphs 'moved' so that they all start (are anchored) at the same single point on the graph, yet I still want to retain their individual ranges on each side of the graph. So essentially I want the behavior of multiple datasets in single plot, but I also need each dataset to retain own range axis on either side of the graph. How do I do that with JFreeChart?

thank!

Locked