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 know the option to set colour palette is in its early stages, so wanted to flag an error I noticed.
Looks like setting ggplot2.discrete.fill overwrites the colourmap for colour (which should be unchanged based on the documentation?) with a cmap that is both ugly and unintelligible (and it hides the legend too for some reason).
``` r
library(ggplot2)
(p1= ggplot(mpg, aes(class)) + geom_bar(aes(fill=drv)))