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 6ac9d46 commit 3730f24Copy full SHA for 3730f24
NEWS.md
@@ -1,5 +1,11 @@
1
# ggplot2 (development version)
2
3
+* New parameters for `geom_label()` (@teunbrand and @steveharoz, #5365):
4
+ * The `linewidth` aesthetic is now applied and replaces the `label.size`
5
+ argument.
6
+ * The `linetype` aesthetic is now applied.
7
+ * New `border.colour` argument to set the colour of borders.
8
+ * New `text.colour` argument to set the colour of text.
9
* `scale_{x/y}_discrete(continuous.limits)` is a new argument to control the
10
display range of discrete scales (@teunbrand, #4174, #6259).
11
* `geom_ribbon()` now appropriately warns about, and removes, missing values
0 commit comments