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 163ea1c commit bc21069Copy full SHA for bc21069
NEWS.md
@@ -289,6 +289,9 @@
289
* `geom_abline()` clips to the panel range in the vertical direction too
290
(@teunbrand, #6086).
291
* Added `panel.widths` and `panel.heights` to `theme()` (#5338, @teunbrand).
292
+* New options `ggsave(..., width = derive(), height = derive())` to tailor
293
+ output size to absolute dimensions set with
294
+ `theme(panel.widths, panel.heights)` (#).
295
* Standardised the calculation of `width`, which are now implemented as
296
aesthetics (@teunbrand, #2800).
297
* Stricter check on `register_theme_elements(element_tree)` (@teunbrand, #6162)
0 commit comments