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 1992df9 commit 37f02f9Copy full SHA for 37f02f9
NEWS.md
@@ -1,5 +1,7 @@
1
# ggplot2 (development version)
2
3
+* `geom_errorbarh()` is deprecated in favour of
4
+ `geom_errorbar(orientation = "y")` (@teunbrand, #5961).
5
* `geom_boxplot()` gains additional arguments to style the colour, linetype and
6
linewidths of the box, whiskers, median line and staples (@teunbrand, #5126)
7
* (internal) Using `after_scale()` in the `Geom*$default_aes()` field is now
0 commit comments