File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
# ggplot2 (development version)
2
2
3
- * (breaking) ` geom_violin(draw_quantiles) ` now has actual quantiles based on
4
- the data, rather than inferred quantiles based on the computed density. The
5
- ` draw_quantiles ` parameter now belongs to ` stat_ydensity() ` instead of
6
- ` geom_violin() ` . (@teunbrand , #4120 )
7
3
* ` guide_*() ` can now accept two inside legend theme elements:
8
4
` legend.position.inside ` and ` legend.justification.inside ` , allowing inside
9
5
legends to be placed at different positions. Only inside legends with the same
49
45
* ` geom_violin() ` gains additional arguments to style the colour, linetype and
50
46
linewidths of the quantiles, which replace the now-deprecated ` draw_quantiles `
51
47
argument (#5912 ).
52
- * (breaking) ` stat_ydensity(quantiles) ` now draws observation-based quantiles
53
- instead of estimates (@teunbrand , #4120 ).
48
+ * (breaking) ` geom_violin(quantiles) ` now has actual quantiles based on
49
+ the data, rather than inferred quantiles based on the computed density. The
50
+ ` quantiles ` parameter that replaces ` draw_quantiles ` now belongs to
51
+ ` stat_ydensity() ` instead of ` geom_violin() ` (@teunbrand , #4120 ).
54
52
* (internal) Using ` after_scale() ` in the ` Geom*$default_aes() ` field is now
55
53
evaluated in the context of data (@teunbrand , #6135 )
56
54
* Fixed bug where binned scales wouldn't simultaneously accept transformations
You can’t perform that action at this time.
0 commit comments