plotly / plotly.R

An interactive graphing library for R
https://plotly-r.com
Other
2.54k stars 622 forks source link

has geom_label been implemented or it is just me? #1954

Open micdonato opened 3 years ago

micdonato commented 3 years ago

I am trying to use geom_label in R in a ggplotly command, and I still get the error "geom label has to be implemented"

I have plotly version plotly_4.9.3, is it something wrong with my installation?

stragu commented 3 years ago

It doesn't look like it has been implemented just yet.

Issue #348 provides some code to see which geoms are not yet available, and here is the output for ggplot2 3.3.3 and plotly 4.9.3:

[1] "Geom" "GeomContourFilled" "GeomCurve" "GeomCustomAnn" "GeomDensity2dFilled" [6] "GeomFunction" "GeomLabel" "GeomLogticks"

I think this can probably be closed?