plotly.R icon indicating copy to clipboard operation
plotly.R copied to clipboard

Plotly graphs a different plot

Open OP-agustina opened this issue 3 years ago • 0 comments

When I plot my graph using ggplotly I obtain exactly the graph I want: image but, when I apply ggplotly to it, I get a total different and inconvienent graph: image

I get the following warning message:

Warning messages: 1: In geom2trace.default(dots[[1L]][[1L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) : geom_NewGeomTile() 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 2: In geom2trace.default(dots[[1L]][[1L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) : geom_NewGeomText() 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

OP-agustina avatar Apr 11 '22 12:04 OP-agustina