Implementation of ggalt::geom_encircle()
未关闭
还没有人认领这个 Issue。
ggplotly
good-for-first-time-contribution
- 主要语言
- R
- 星标
- 2.7k
- 派生
- 641
- PR 合并指标
- 30 天内没有已合并 PR
描述
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
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先运行提供的 R reprex(使用 ggplot2、ggalt::geom_encircle() 和 plotly::ggplotly()),然后检查警告中指出的 geom2trace.default 路径。完成的标准是示例不再警告 geom_GeomEncircle() 尚未实现,并且被圈出的图能够通过 plotly 渲染。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- r
- 领域
- data-visualization
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100