Some geoms always appear below others
未關閉
還沒有人認領這個 Issue。
ggplotly
plotly.js
- 主要語言
- R
- 星號
- 2.7k
- 分支
- 641
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Rendering of violin plots with box plots (to provide median & stddev) is in wrong order when using ggplotly.
library(ggplot2)
library(plotly)
p <- ggplot(iris,aes(Species,Sepal.Length))+
geom_violin()+geom_boxplot(width=.1)
q <- ggplotly(p)
the ggplot (p) will render as expected with violin plots:

the ggplotly (q) will render with the box plot behind the violin plot (and larger than expected):

貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先使用提供的 R 範例搭配 ggplot2 和 ggplotly,接著追蹤小提琴圖與箱型圖如何轉換及繪製。比較 ggplot 和 ggplotly 的輸出以確認問題;當箱型圖以預期的大小顯示在小提琴圖前方時,即表示完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- r
- 領域
- data-visualization
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100