Hello,
I'm doing a scatter plot and set up the shapes as follows:
XYItemRenderer renderer = new StandardXYItemRenderer(
StandardXYItemRenderer.SHAPES,
new StandardXYToolTipGenerator());
Is there some way to specify **smaller** shapes? I have a LOT of data and the standard squares and circles are somewhat too large.
Thanks,
Ted Hill
Scatter Plot shapes
Re: Scatter Plot shapes
In the renderer, there is a method setDefaultShapeScale. The current default is 6.0, you can try setting it to something smaller.
One thing I need to implement, is an XYItemRenderer that just draws dots since that should be faster than drawing shapes.
Regards,
DG.
One thing I need to implement, is an XYItemRenderer that just draws dots since that should be faster than drawing shapes.
Regards,
DG.