-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Description
Hello,
I am trying to use the discrete color scales options for having different color scales based on the number of levels. It would appear that while this is possible using options:
options(
ggplot2.discrete.colour = list(...)
)
This is apparently not possible in the superseded function of nesting color options under the theme:
theme(palette.colour.discrete = "...")
The documentation does not make this clear, so perhaps consider updating it so someone does not spend a few hours trying to troubleshoot functionality that does not exist.
Thank you.