As I see JFreeChart does not support currently using a second Y axis (with different value range for some data series).
Is it planed to support it in the future?
What do you think what is the simplest way to implement this feature? I need this very soon so maybe I will implement it myself, but some advice would be very useful.
Regard,
Laszlo
A second Y axis
RE: A second Y axis
Hi Laszlo,
Bill Kelemen has contributed some code for combined charts...it allows you to display more than one plot on a chart (by dividing up the plot area into vertical segments), each plot having it's own vertical axis.
I'll be committing this code into CVS on SourceForge today, tomorrow or at the weekend (i.e. when I find time) and it will be included in version 0.6.1 which I hope to release next week some time.
Regards,
DG.
Bill Kelemen has contributed some code for combined charts...it allows you to display more than one plot on a chart (by dividing up the plot area into vertical segments), each plot having it's own vertical axis.
I'll be committing this code into CVS on SourceForge today, tomorrow or at the weekend (i.e. when I find time) and it will be included in version 0.6.1 which I hope to release next week some time.
Regards,
DG.
RE: A second Y axis
Hi Laszlo,
In addition to the vertically combined charts David mentioned, the code I prepared for combined charts will also allow you to overlay charts, but then all the overlaid data series will share the same Y-axis that will auto scale automatically.
Is this what you need?
Regards,
Bill
In addition to the vertically combined charts David mentioned, the code I prepared for combined charts will also allow you to overlay charts, but then all the overlaid data series will share the same Y-axis that will auto scale automatically.
Is this what you need?
Regards,
Bill
RE: A second Y axis
hi Bill,
I am also interested in overlaying charts. Did this get into a recent release yet?
thanks,
matt
>>
Hi Laszlo,
In addition to the vertically combined charts David mentioned, the code I prepared for combined charts will also allow you to overlay charts, but then all the overlaid data series will share the same Y-axis that will auto scale automatically.
Is this what you need?
Regards,
Bill
I am also interested in overlaying charts. Did this get into a recent release yet?
thanks,
matt
>>
Hi Laszlo,
In addition to the vertically combined charts David mentioned, the code I prepared for combined charts will also allow you to overlay charts, but then all the overlaid data series will share the same Y-axis that will auto scale automatically.
Is this what you need?
Regards,
Bill
RE: A second Y axis
Hi Matt,
Yes this is in 0.7.0. Some bug fixes will come in the next release from David.
Regards,
Bill
Yes this is in 0.7.0. Some bug fixes will come in the next release from David.
Regards,
Bill