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 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.