plotly / plotly/plotly.R

Implementation of ggalt::geom_encircle()

Đang mở
#1,658 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

ggplotly good-for-first-time-contribution
Ngôn ngữ chính
R
Star
2.7k
Fork
641
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Hướng nghiên cứu

Trước tiên, hãy chạy reprex R được cung cấp với ggplot2, ggalt::geom_encircle() và plotly::ggplotly(), sau đó kiểm tra đường dẫn geom2trace.default được nêu trong cảnh báo. Hoàn tất có nghĩa là ví dụ không còn cảnh báo rằng geom_GeomEncircle() chưa được triển khai và biểu đồ được bao quanh được render thông qua plotly.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
r
Lĩnh vực
data-visualization
Loại issue
Tính năng
Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Khá rõ ràng
Mức phù hợp với người mới
35/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.