Better selection highlighting for splom traces
未關閉
還沒有人認領這個 Issue。
feature
P2
- 主要語言
- JavaScript
- 星號
- 18.3k
- 分支
- 2k
- 平均合併
- 2 天 12 小時
- 30 天內合併 PR
- 28
描述
Crossfiltering within a splom is perhaps its most powerful (and fun!) feature. We should make this better by:
- When there's a
splomtrace, makedragmode: 'select'the default, rather than'zoom', so more people are encouraged to find and use this! - Further fade the deselected points.
splomtraces encourage many small panes, which makes points overlap a lot, so the opacity we normally use for deselection builds up to the point you can't distinguish selected from deselected very well. We should decrease the opacity, and/or partially desaturate the colors, by default. Here's an example from https://plot.ly/python/splom/ - off-diagonal you can certainly see the selection, but it doesn't really pop out as much as it could. On diagonal, where the overlap is much greater, you can't even really see the selection:

貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
未指定檔案、測試或進入點。定位 splom 軌跡處理,然後檢查 dragmode 的預設值和取消選取點的樣式是如何選擇的;在變更這兩個預設值之前,比較現有的選取行為。完成的標準是 splom 以 select mode 啟動,且選取的點在密集面板中仍然能夠清楚區分。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript
- 領域
- data-visualization
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100