ggplotly() does not support geom_regon
未关闭
还没有人认领这个 Issue。
- 主要语言
- R
- 星标
- 2.7k
- 派生
- 641
- PR 合并指标
- 30 天内没有已合并 PR
描述
ggplotly() does not support geom_regon() from the ggforce package.
Here is one simple example:
# insert reprex here
library(ggforce)
library(plotly)
p <- ggplot() +
geom_regon(aes(x0 = runif(8), y0 = runif(8), sides = 3,
angle = pi, r = 0.05)) +
coord_fixed()
ggplotly(p)
Is it possible to have this output in the future? As geom_regon comes very handy and it supplements what ggplot2 does not have. Thanks!
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 ggplotly() 入口点开始,比较现有 ggplot2 几何对象的处理方式,并使用提供的 geom_regon() 示例作为复现案例。确定预期的转换输出,并验证 ggplotly() 能够渲染此 ggforce 几何对象,而不会破坏现有的绘图转换。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- r
- 领域
- data-visualization
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100