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
I was wondering if it's possible to change the behavior of ggdark. is it possible to keep the inverting of geoms by default when loading it as library(ggdark) but prevent such inversion when using ggdark with :: (e.g., plot + ggdark::dark_theme_minimal(base_size = 24) would bring the dark theme but not modify any of the default geoms)
The text was updated successfully, but these errors were encountered:
I was wondering if it's possible to change the behavior of
ggdark
. is it possible to keep the inverting of geoms by default when loading it aslibrary(ggdark)
but prevent such inversion when usingggdark
with::
(e.g., plot +ggdark::dark_theme_minimal(base_size = 24)
would bring the dark theme but not modify any of the default geoms)The text was updated successfully, but these errors were encountered: