geom_GeomFlow() not implemented
未關閉
還沒有人認領這個 Issue。
- 主要語言
- R
- 星號
- 2.7k
- 分支
- 641
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Hello, I wanted to make a geom_flow ggplot interactive but got the error that it has not yet been implemented. That would be really appreciated if it could be!
A brief summary. of my code, I also use geom_stratum()
ggplot(df,
aes(x = x, stratum = place, alluvium = group,
y = n)) +
geom_flow() +
geom_stratum()
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先追蹤尚未實作的 geom_flow() 入口點,並使用提供的 ggplot 範例將其與 geom_stratum() 進行比較。當該範例能夠在沒有目前「未實作」錯誤的情況下呈現互動式 flow 時,即表示完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- r
- 領域
- data-visualization
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100