We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
>dat <- data.frame(cond = factor(rep(c("A","B","C","D"), each=200)), col = factor(rep(c("C1","C2"), each=400)), rating = c(rnorm(200),rnorm(200, mean=.8),rnorm(200, mean=.4), rnorm(200, mean=.2))) >ggplot(dat, aes(x=cond, y=rating)) + geom_boxplot(outlier.shape = NA, aes(fill=col))
from r: shows up in plotly as
>dat <- data.frame(cond = factor(rep(c("A","B","C","D"), each=200)), col = factor(rep(c("C1","C2","C3","C4"), each=200)), rating = c(rnorm(200),rnorm(200, mean=.8),rnorm(200, mean=.4), rnorm(200, mean=.2))) >ggplot(dat, aes(x=cond, y=rating)) + geom_boxplot(outlier.shape = NA, aes(fill=col))
but 4 colors will work in plotly for this chart
The text was updated successfully, but these errors were encountered:
53e4aee
Merge pull request #344 from ropensci/fix/box-fill
b84a4fe
fix #286
No branches or pull requests
from r:


shows up in plotly as
but 4 colors will work in plotly for this chart

The text was updated successfully, but these errors were encountered: