hai
i have to draw 2 plots on the same xy axis,
for comparing the behaviour of the plots.
can anybody help me.
Bharat
plots
Re: plots
Addendum to my previous question.....
What I need is the ability to represent two/more data series (in different colors) on the same chart. The ranges of the axes are most likely the same for both the series.
Please let me know if this is possible with the current version.
bharat
What I need is the ability to represent two/more data series (in different colors) on the same chart. The ranges of the axes are most likely the same for both the series.
Please let me know if this is possible with the current version.
bharat
Re: plots
Hi Bharat,
The XYDataset interface allows for multiple series. For example, the TimeSeriesCollection class (one implementation of the XYDataset interface) allows you to add an arbitrary number of BasicTimeSeries objects to the collection...these will all be plotted on the same chart.
Coming up in 0.9.5 is the ability to have dual axes so that you can plot two datasets using different axis ranges.
Regards,
Dave Gilbert
The XYDataset interface allows for multiple series. For example, the TimeSeriesCollection class (one implementation of the XYDataset interface) allows you to add an arbitrary number of BasicTimeSeries objects to the collection...these will all be plotted on the same chart.
Coming up in 0.9.5 is the ability to have dual axes so that you can plot two datasets using different axis ranges.
Regards,
Dave Gilbert