plotly / plotly/plotly.R

Implementation of ggalt::geom_encircle()

Abierto
#1,658 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

ggplotly good-for-first-time-contribution
Lenguaje dominante
R
Estrellas
2.7k
Forks
641
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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 plotly package. 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

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Línea de trabajo

Comienza ejecutando el reprex de R proporcionado con ggplot2, ggalt::geom_encircle() y plotly::ggplotly(), y después inspecciona la ruta geom2trace.default indicada en la advertencia. Se considera terminado cuando el ejemplo ya no muestra la advertencia de que geom_GeomEncircle() no está implementado y el gráfico encerrado se renderiza mediante plotly.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
r
Área
data-visualization
Tipo de issue
Nueva funcionalidad
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
35/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.