Skip to content

Commit e86ce7f

Browse files
committed
dedup news bullets
1 parent 2446c58 commit e86ce7f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

NEWS.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
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)
73
* `guide_*()` can now accept two inside legend theme elements:
84
`legend.position.inside` and `legend.justification.inside`, allowing inside
95
legends to be placed at different positions. Only inside legends with the same
@@ -49,8 +45,10 @@
4945
* `geom_violin()` gains additional arguments to style the colour, linetype and
5046
linewidths of the quantiles, which replace the now-deprecated `draw_quantiles`
5147
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).
5452
* (internal) Using `after_scale()` in the `Geom*$default_aes()` field is now
5553
evaluated in the context of data (@teunbrand, #6135)
5654
* Fixed bug where binned scales wouldn't simultaneously accept transformations

0 commit comments

Comments
 (0)