Secondary Axis and overlays.

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
biggs

Secondary Axis and overlays.

Post by biggs » Sun Mar 23, 2003 12:34 am

I had a plot that was using a sceondary dataset/renderer/axis and I needed to do a combined overlay with it.. once the overlay was in effect, I still had the secondary axis, but no secondary data was being charted.

Also, on a more general note, the secondary axis doesn't seem to be automatically setting its range properly.

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 » Mon Mar 24, 2003 10:11 pm

Thanks for the report. I have to do some work to make the secondary axes work with overlaid plots.

Regards,

Dave Gilbert

xpoinsard
Posts: 5
Joined: Wed Mar 26, 2003 5:00 pm

Patch available

Post by xpoinsard » Wed Mar 26, 2003 5:14 pm

I submitted a patch that provide 2nd Axis support for CombinedXYPlot.
Maybe you can apply it to your plot.
Xavier Poinsard

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 Mar 26, 2003 11:46 pm

Hi Xavier,

I saw your patch on SourceForge...thanks for posting it, I hope to be able to evaluate it soon.

Regards,

Dave Gilbert

Locked