Skip to content

Commit 7eeb001

Browse files
committed
add news bullet
1 parent c82999e commit 7eeb001

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ggplot2 (development version)
22

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)
37
* The `arrow.fill` parameter is now applied to more line-based functions:
48
`geom_path()`, `geom_line()`, `geom_step()` `geom_function()`, line
59
geometries in `geom_sf()` and `element_line()`.

0 commit comments

Comments
 (0)