File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 46
46
(@teunbrand , #4320 )
47
47
* ` geom_boxplot() ` gains additional arguments to style the colour, linetype and
48
48
linewidths of the box, whiskers, median line and staples (@teunbrand , #5126 )
49
+ * ` geom_violin() ` gains additional arguments to style the colour, linetype and
50
+ linewidths of the quantiles, which replace the now-deprecated ` draw_quantiles `
51
+ argument (#5912 ).
52
+ * (breaking) ` stat_ydensity(quantiles) ` now draws observation-based quantiles
53
+ instead of estimates (@teunbrand , #4120 ).
49
54
* (internal) Using ` after_scale() ` in the ` Geom*$default_aes() ` field is now
50
55
evaluated in the context of data (@teunbrand , #6135 )
51
56
* Fixed bug where binned scales wouldn't simultaneously accept transformations
You can’t perform that action at this time.
0 commit comments