[Feature request] adding Subplot titles
未關閉
還沒有人認領這個 Issue。
enhancement
- 主要語言
- R
- 星號
- 2.7k
- 分支
- 641
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Hi,
Is there any function like the python version:
fig = tools.make_subplots(rows=2, cols=2, subplot_titles=('Plot 1', 'Plot 2','Plot 3', 'Plot 4'))
https://plot.ly/python/subplots/#simple-subplot
I spent hours today trying to figure that out, the only workaround I found is here:
https://stackoverflow.com/questions/37285729/how-to-give-subtitles-for-subplot-in-plot-ly-using-r
But it might get into trouble when your dataset is dynamic and shareX = T, which you don't know what subplot goes to which location.
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先,將所要求的 R subplot-title 行為與連結的 Python tools.make_subplots 範例,以及針對 shareX = T 的動態資料集所描述的替代方案進行比較。完成的標準是:subplot 標題能可靠地對應到其 subplot 位置,包括資料集為動態的情況,且 R API 對外提供此行為。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- r
- 領域
- data-visualization
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100