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

Plotly and Ipaper cannot be combined. #1672

Closed
makis23 opened this issue Dec 18, 2019 · 1 comment
Closed

Plotly and Ipaper cannot be combined. #1672

makis23 opened this issue Dec 18, 2019 · 1 comment

Comments

@makis23
Copy link

makis23 commented Dec 18, 2019


I would like to create a box plot with Ipaper package and ggplotly() but I see that it is not yet implemented. Any update on this?

# devtools::install_github('kongdd/Ipaper')
library(plotly)
library(Ipaper)
library(ggplot2)
p <- ggplot(mpg, aes(class, hwy))
ggplotly(p + geom_boxplot2(width = 0.8, width.errorbar = 0.5))

Warning message:
In geom2trace.default(dots[[1L]][[1L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) :
  geom_GeomBoxplot2() has yet to be implemented in plotly.
  If you'd like to see this geom implemented,
  Please open an issue with your example code at
  https://github.com/ropensci/plotly/issues
@cpsievert
Copy link
Collaborator

Thanks for the reprex. Added to #566

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

2 participants