prevent scatter text overlap
未關閉
還沒有人認領這個 Issue。
feature
P3
- 主要語言
- Python
- 星號
- 18.8k
- 分支
- 2.8k
- 平均合併
- 16 小時 26 分鐘
- 30 天內合併 PR
- 21
描述
It would be useful to have a setting to exclude text labels from being graphed if they would overlap with other labels.

For instance, ggplot2 in R has a check_overlap parameter - when true, it produces a graph like this:

貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先定位 plotly.py 中散佈圖文字標籤的處理邏輯,並將所要求的行為與 ggplot2 的 check_overlap 範例進行比較。當某個設定可以排除會與其他標籤重疊的標籤,且產生的散佈圖符合所要求的行為時,即視為完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- data-visualization
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100