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 c82999e commit 7eeb001Copy full SHA for 7eeb001
NEWS.md
@@ -1,5 +1,9 @@
1
# ggplot2 (development version)
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
* The `arrow.fill` parameter is now applied to more line-based functions:
8
`geom_path()`, `geom_line()`, `geom_step()` `geom_function()`, line
9
geometries in `geom_sf()` and `element_line()`.
0 commit comments