Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ggplot2 (development version)

* The `lwd` alias now correctly replaced by `linewidth` instead of `size`
(@teunbrand based on @clauswilke's suggestion #5051).

# ggplot2 3.4.0
This is a minor release focusing on tightening up the internals and ironing out
some inconsistencies in the API. The biggest change is the addition of the
Expand Down
2 changes: 1 addition & 1 deletion R/ggplot-global.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ggplot_global$all_aesthetics <- .all_aesthetics
"pch" = "shape",
"cex" = "size",
"lty" = "linetype",
"lwd" = "size",
"lwd" = "linewidth",
"srt" = "angle",
"adj" = "hjust",
"bg" = "fill",
Expand Down