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 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))
Warningmessage:In geom2trace.default(dots[[1L]][[1L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) :
geom_GeomBoxplot2() hasyettobeimplementedinplotly.Ifyou'd like to see this geom implemented, Please open an issue with your example code at https://github.com/ropensci/plotly/issues
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: