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
my_plotly<- ggplotly(p2)
Warningmessages:1:In geom2trace.default(dots[[1L]][[1L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) :
geom_GeomTextGGtree() hasyettobeimplementedinplotly.Ifyou'd like to see this geom implemented, Please open an issue with your example code at https://github.com/ropensci/plotly/issues2: In geom2trace.default(dots[[1L]][[3L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) : geom_GeomPointGGtree() has yet to be implemented in plotly. If you'dliketoseethisgeomimplemented,
Pleaseopenanissuewithyourexamplecodeathttps://github.com/ropensci/plotly/issues3:In geom2trace.default(dots[[1L]][[3L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) :
geom_GeomPointGGtree() hasyettobeimplementedinplotly.Ifyou'd like to see this geom implemented, Please open an issue with your example code at https://github.com/ropensci/plotly/issues4: In geom2trace.default(dots[[1L]][[3L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) : geom_GeomPointGGtree() has yet to be implemented in plotly. If you'dliketoseethisgeomimplemented,
Pleaseopenanissuewithyourexamplecodeathttps://github.com/ropensci/plotly/issues
I ran into similar problems when I tried to convert a plot generated by ggtree. The problem appears to be that geom_tiplab and geom_tippoint are technically not the same as ggplot's geom_point and geom_text and conversion of those fails for that reason. This, and the fact that some layouts can not be converted to plotly at all made me use ggiraph to add interactivity to a ggtree plot. It works very well.
Hello,
I try to convert my tree, previoulsy made in ggtree into a plotly tree but label and color disapear after conversion.
Test code :
output R terminal :
my sessionInfo( ) output :
p2 :
my_plotly :
Thanks for your help
The text was updated successfully, but these errors were encountered: