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

geom_GeomCircle() has yet to be implemented in plotly

Open rpetrovska opened this issue 3 years ago • 0 comments

Ggplotly does not display geom_circle. For example, I created this plot in ggplot2:

image

Circles on the plot are correctly displayed, however when I switched to ggplotly(), I got the message:

"In geom2trace.default(dots[[1L]][[2L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) : geom_GeomCircle() has yet to be implemented in plotly."

In ggplotly the plot looks like the following:

image

Could you fix this issue?

rpetrovska avatar Aug 01 '22 11:08 rpetrovska