-
Notifications
You must be signed in to change notification settings - Fork 701
Open
Labels
Description
I have a few minor comments regarding the chapter on themes:
-
The number of theme elements keeps growing, and it's unclear that adding an exhaustive description of all to the book makes sense. Maybe in the beginning of Section 15.4 mention that only the most commonly used elements are described here?
-
I am now of the opinion that updating the default theme via
theme_set()
ortheme_update()
is almost never a good idea, except in the case when an extension package wants to define new theme elements. Maybe add a sentence cautioning users to get into the habit of adding themes explicitly to their plots rather than changing the default?