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 638034f commit daed686Copy full SHA for daed686
NEWS.md
@@ -1,5 +1,10 @@
1
# ggplot2 (development version)
2
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
+
8
# ggplot2 3.5.0
9
10
This is a minor release that turned out quite beefy. It is focused on
0 commit comments