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
There is an opportunity to improve the documentation related to themes, including the complete theme documentation, the theme() function documentation, and the default themes documentation. I seem to remember @clauswilke is in the process of improving themes in general, but I think these issues are general enough to tackle separately. This is a documentation issue intended for the tidyverse dev day (#3267).
The difference between theme_update() and theme_replace() is not clear from the documentation in theme_get (Updating a theme to remove panel.grid.major.x #3019). There are examples that make this distinction but not any text. This page should also link to theme(), which it currently does not.
theme() documentation should link to the complete themes (i.e., ggthemes) somewhere in the first paragraph (as the documentation for the complete themes does for theme()).
The text was updated successfully, but these errors were encountered:
Yes, I plan to work on the theme implementation, but that shouldn't prevent improvements to the current docs. Most of my work will be under the hood and won't affect the main usage patterns of themes.
…een theme_set and theme_update() (#3782)
* add complete themes reference link to theme docs, clarify difference between theme_set() and theme_update() with examples, references #3294
* fixes to comply with PR review. add theme_replace in bullet list summary, merge all update/set/replace examples into one section, references #3294
* theme_replace example made similar to theme_update example for better comparison, references #3294
* fix theme_update and theme_replace example to better show differences, references #3294
Uh oh!
There was an error while loading. Please reload this page.
There is an opportunity to improve the documentation related to themes, including the complete theme documentation, the theme() function documentation, and the default themes documentation. I seem to remember @clauswilke is in the process of improving themes in general, but I think these issues are general enough to tackle separately. This is a documentation issue intended for the tidyverse dev day (#3267).
The difference between
theme_update()
andtheme_replace()
is not clear from the documentation in theme_get (Updating a theme to remove panel.grid.major.x #3019). There are examples that make this distinction but not any text. This page should also link totheme()
, which it currently does not.theme()
documentation should link to the complete themes (i.e.,ggthemes
) somewhere in the first paragraph (as the documentation for the complete themes does fortheme()
).The text was updated successfully, but these errors were encountered: