-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New themes that do not overwrite existing ones #923
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
And improve some alignment and sizes (ticks width matches panel border width etc.)
Which is intended to give an aspect similar to theme_grey but with a white background.
axis.ticks = element_line(colour = "grey50", size=0.25), | ||
legend.key = element_rect(fill="white", colour = "grey50", size=0.25), | ||
panel.background = element_rect(fill = "white", colour = NA), | ||
panel.border = element_rect(fill = NA, colour = "grey50", size=0.5), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spaces around =
please
|
Maybe all themes should be documented in one file? Or at least have |
Spaces around `=`
Using the `@family` keyword of roxygen
I also think all themes should be documented in one place. It'll be easier to show the differences. I could do it but I don't want to do it in this PR (I don't think it's the place). Once you've pulled this I'll start a new branch off master and do it there, if that's OK for you. |
Makes sense. I'll merge this after you've made the requested small changes. |
I thought I pushed before writing my last comment but it wasn't the case. The small fixes are now online. |
New themes that do not overwrite existing ones
Thanks! |
Here is the new one: #933 ;) |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
No description provided.