We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5733c commit d751281Copy full SHA for d751281
NEWS
@@ -64,10 +64,11 @@ ggplot2 0.9.3.1.99
64
65
* Add `"none"` to documentation of `theme()` for parameter `legend.position`
66
(@krlmlr, #829).
67
+
68
* The outliers of geom_boxplot() use the default colour, size and shape from
- geom_point(). Changing the defaults of geom_point() with
69
- update_geom_defaults() will apply the same changes to the outliers of
70
- geom_boxplot(). Changing the defaults for the outliers was previously not
+ geom_point(). Changing the defaults of geom_point() with
+ update_geom_defaults() will apply the same changes to the outliers of
71
+ geom_boxplot(). Changing the defaults for the outliers was previously not
72
possible. (@ThierryO, #757)
73
74
ggplot2 0.9.3.1
0 commit comments