You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, not sure if i should post in patchwork or ggsave repository, but i noticed that the bg argument from ggsave was not functioning as expected with a plot constructed by patchwork: in the below example, the file "test_ok.jpg" has the expected background color, while "test_nok.jpg" has default background. Is it a normal behaviour for patchwork plots ?
This is because a patchwork has its own distinct theme and background as well (which defaults to "white"). You can override this using either plot_annotation(theme = ...) or by applying a theme with the & operator which will set the theme of all included plots as well as the full patchwork
Hi, not sure if i should post in patchwork or ggsave repository, but i noticed that the bg argument from ggsave was not functioning as expected with a plot constructed by patchwork: in the below example, the file "test_ok.jpg" has the expected background color, while "test_nok.jpg" has default background. Is it a normal behaviour for patchwork plots ?
Thanks !
Created on 2022-02-11 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered: