Skip to content

Commit daed686

Browse files
committed
add news bullet
1 parent 638034f commit daed686

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS.md

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

3+
* The default `se` parameter in layers with `geom = "smooth"` will be `TRUE`
4+
when the data has `ymin` and `ymax` parameters and `FALSE` if these are
5+
absent. Note that this does not affect the default of `geom_smooth()` or
6+
`stat_smooth()` (@teunbrand, #5572).
7+
38
# ggplot2 3.5.0
49

510
This is a minor release that turned out quite beefy. It is focused on

0 commit comments

Comments
 (0)