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 20ce959 commit 6c8b526Copy full SHA for 6c8b526
NEWS.md
@@ -1,9 +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
+ `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)
+ position and justification will be merged (@Yunuuuu, #6210).
7
* New stat: `stat_manual()` for arbitrary computations (@teunbrand, #3501)
8
* Reversal of a dimension, typically 'x' or 'y', is now controlled by the
9
`reverse` argument in `coord_cartesian()`, `coord_fixed()`, `coord_radial()`
0 commit comments