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.
lwd
linewidth
1 parent 5f836ab commit b7715ebCopy full SHA for b7715eb
NEWS.md
@@ -1,5 +1,8 @@
1
# ggplot2 (development version)
2
3
+* The `lwd` alias now correctly replaced by `linewidth` instead of `size`
4
+ (@teunbrand based on @clauswilke's suggestion #5051).
5
+
6
# ggplot2 3.4.0
7
This is a minor release focusing on tightening up the internals and ironing out
8
some inconsistencies in the API. The biggest change is the addition of the
R/ggplot-global.R
@@ -34,7 +34,7 @@ ggplot_global$all_aesthetics <- .all_aesthetics
34
"pch" = "shape",
35
"cex" = "size",
36
"lty" = "linetype",
37
- "lwd" = "size",
+ "lwd" = "linewidth",
38
"srt" = "angle",
39
"adj" = "hjust",
40
"bg" = "fill",
0 commit comments