Implementation of ggalt::geom_encircle()
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- R
- Sterne
- 2.7k
- Forks
- 641
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Good evening,
-
I will say first thank for the awesome packages and more for the R community, this is just awesome !
-
I have found a topic yet not covered by the
plotlypackage. You will find bellow a reprex with the error message.
library(magrittr)
library(ggplot2)
gp <- iris %>%
ggplot(. , aes(x = Sepal.Length, y = Sepal.Width, colour = Species)) +
geom_point() +
ggalt::geom_encircle()
plotly::ggplotly(gp)
Warning messages:
1: In geom2trace.default(dots[[1L]][[3L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) :
geom_GeomEncircle() 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]][[3L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) :
geom_GeomEncircle() 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
3: In geom2trace.default(dots[[1L]][[3L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) :
geom_GeomEncircle() 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
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Führe zunächst das bereitgestellte R-reprex mit ggplot2, ggalt::geom_encircle() und plotly::ggplotly() aus und untersuche anschließend den im Warning genannten Pfad geom2trace.default. Als erledigt gilt die Aufgabe, wenn das Beispiel nicht mehr davor warnt, dass geom_GeomEncircle() nicht implementiert ist, und der umrandete Plot über plotly gerendert wird.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- r
- Bereich
- data-visualization
- Issue-Typ
- Feature
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100