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 6e41f07 commit df64aa2Copy full SHA for df64aa2
NEWS.md
@@ -1,5 +1,9 @@
1
# ggplot2 (development version)
2
3
+* `guide_*()` can now accept two inside legend theme elements:
4
+ "legend.position.inside" and "legend.justification.inside", allowing inside
5
+ legends to be placed at different positions. Only inside legends with the same
6
+ position and justification will be merged. (@Yunuuuu, #6210)
7
* In non-orthogonal coordinate systems (`coord_sf()`, `coord_polar()` and
8
`coord_radial()`), using 'AsIs' variables escape transformation when
9
both `x` and `y` is an 'AsIs' variable (@teunbrand, #6205).
0 commit comments