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 just realized, that when I call theme_modern_rc() once all my following plots have light blue dots without specifying it. I was able to track it down to your theme but it also happens when I add it via namespace and is still present after detaching the package. How can one overcome this? I think the expected behavior is to replace the color when using the theme but keep em black by default in all other cases.
Cheers,
Cédric
The text was updated successfully, but these errors were encountered:
Sorry to bother you with that, just found the solution a second later via update_geom_defaults("point", list(colour = "black")). However, I still think this should be the default behavior of hrbrthemes, not something the user has to specify on its own.
andrewheiss
added a commit
to andrewheiss/datavizs23.classes.andrewheiss.com
that referenced
this issue
May 29, 2023
Hi Bob, thanks for your great package(s)!
I just realized, that when I call
theme_modern_rc()
once all my following plots have light blue dots without specifying it. I was able to track it down to your theme but it also happens when I add it via namespace and is still present after detaching the package. How can one overcome this? I think the expected behavior is to replace the color when using the theme but keep em black by default in all other cases.Cheers,
Cédric
The text was updated successfully, but these errors were encountered: