Open
Description
I'm very confused, because this doesn't seem to be a problem other users here are having. But in any case, I'm trying to create side-by-side boxplots with the following code; it does what I want on ggplot but not when wrapping with ggplotly.
ggplot(density_tidy,aes(x=cluster, y=dem_margin)) +
geom_boxplot(aes(colour=region), fill=NA, alpha=0.5)
Metadata
Metadata
Assignees
Labels
No labels