I've taken the v1.0.10 BoxAndWhiskerRenderer class and made it work the same for both horizontal and vertical orientations (the default renderer acts differently for the two orientations).
I've also extended the outliers to show empty symbols for near outliers and filled ones for far outliers... but that's easy to remove if no one likes it.
There are also a few performance improvements, for example, items that only need to be calculated once are taken out loops, etc.
Finally, if the series consists of a single point then the mean symbol color is changed to represent the series color otherwise there is no way to know what series the dot represents.
Let me know if this would be useful to JFree and I'll contribute w/o any restrictions (eg. give it away vs withhold licensing rights).
BoxAndWhiskerRenderer that acts the same for horiz and vert
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Those sound like nice improvements. Can you post a patch to:
http://sourceforge.net/tracker/?group_i ... tid=315494
http://sourceforge.net/tracker/?group_i ... tid=315494
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

