-
peterbecker committed revision 1952 to the metadata.net SVN repository, changing 1 files.
2009-11-11 05:35:30 UTC in metadata.net
-
peterbecker committed revision 1883 to the metadata.net SVN repository, changing 1 files.
2009-10-20 04:19:15 UTC in metadata.net
-
peterbecker committed revision 1810 to the metadata.net SVN repository, changing 1 files.
2009-10-02 10:53:07 UTC in metadata.net
-
I believe the new patch fixes the issue with the far outliers. At the moment I am testing only against my plots (which include both horizontal and vertical plots, but all with fixed ranges). If there are any test cases I should run feel free to contact me using my SF account.
2009-09-28 05:38:05 UTC in JFreeChart
-
In the current JFreeChart release (1.0.13 / SVN as of 20090928) the horizontal box and whisker plots just ignore the outliers -- only the vertical plot shows them. This patch fixes this.
It also fixes a couple of minor issues with placement and size in the vertical case and some code has been changed a bit to make it easier to read, particularly with the two variants for horizontal/vertical...
2009-09-28 05:28:53 UTC in JFreeChart
-
This patch adds the option to change the width of the whiskers in a box and whisker plot in terms of a fraction of the box width. By default the whiskers are still as wide as the boxes, but with the patch the user can choose to make them less wide.
The attached patch includes #2868585 -- I can separate them if needed.
2009-09-28 03:53:06 UTC in JFreeChart
-
All JavaDoc for BarAndWhiskerRenderer.maximumBarWidth (member, getter, setter) refers to the value as a percentage, but it seems to be expected in the [0,1] range instead.
2009-09-28 03:09:47 UTC in JFreeChart
-
The patch adds an option to the BoxAndWhiskerRenderer class that allows changing the color used for the whiskers from the item's normal paint to the item's outline paint. This is more or less necessary for us since some of the item colors are very light and drawn on either white or light gray backgrounds.
I tried to stick with the naming and formatting styles, although I am not too fond about...
2009-09-28 02:58:55 UTC in JFreeChart
-
While browsing the code I noticed that there is no call to fireChangeEvent() in BoxAndWhiskerRenderer.setMedianVisible(). I assume it should follow the same pattern as the setMeanVisible() method.
2009-09-28 02:04:19 UTC in JFreeChart
-
peterbecker committed revision 1758 to the metadata.net SVN repository, changing 1 files.
2009-09-18 04:04:17 UTC in metadata.net