I have created 2 time series plots and added them to an OverlaidXYPlot (I have done this as some lines ned to be broken and contain shapes, while the other must be a continuous line). I have set a renderer for each subplot and set the shapes on/off. However, the plot does not get created properly. The legend displays the colors I have given in the renderer for the lines, but the lines themselves have reverted back to the standard colors and therefore do not tally. Also I have extended the SeriesShapeFactory for my application and it works well in a non overlaid plot but as soon as I use an overlaid plot the shapes revert back to the standard shapes.
cheers LEE
renderer not working in OverlaidXYPlot
Re: renderer not working in OverlaidXYPlot
Hi Lee,
In 0.9.3, many parts of the code reference the parent plot for series colors, shapes etc. This becomes a headache after a while, so in 0.9.4 the subplots will use their own color sets. Check the code out of CVS if you want to give it a try.
Regards,
DG
In 0.9.3, many parts of the code reference the parent plot for series colors, shapes etc. This becomes a headache after a while, so in 0.9.4 the subplots will use their own color sets. Check the code out of CVS if you want to give it a try.
Regards,
DG