Skip to content
New issue

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

Boxplot doesn't show up side-by-side #1591

Open
kojisposts opened this issue Aug 6, 2019 · 3 comments
Open

Boxplot doesn't show up side-by-side #1591

kojisposts opened this issue Aug 6, 2019 · 3 comments

Comments

@kojisposts
Copy link

kojisposts commented Aug 6, 2019

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)

スクリーンショット 2019-08-06 午後1 40 04
スクリーンショット 2019-08-06 午後1 40 27

@cpsievert
Copy link
Collaborator

It'll likely work if you install this experimental PR:

devtools::install_github("ropensci/plotly#1514")

@romabhu
Copy link

romabhu commented Oct 30, 2019

@cpsievert , thanks for sharing this in progress version.
I have tried it, it is working fine.

Please let me know, when can this changed be merged with current plotly package and deployed. So that we can install it from cran.

@Flocondeneige55
Copy link

I'm still having this issue today, is there perhaps any update regarding #1514 which should fix this? (Unfortunately I'm only allowed to install packages from CRAN.) Thanks.
@cpsievert

Workaround used for now for those facing the same problem (ignore the warning returned in the console): #1644 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants