right click context menu hidden when panning in line3d
未關閉
還沒有人認領這個 Issue。
bug
P3
- 主要語言
- Python
- 星號
- 18.8k
- 分支
- 2.8k
- 平均合併
- 16 小時 26 分鐘
- 30 天內合併 PR
- 21
描述
Execute in Jupyter Lab:
import plotly.express as px
px.line_3d(x=[0, 1], y=[1, 2], z=[1, 4])
Right click to pan in the plot. The Jupyter Lab context menu opens and obstructs the plot, which is annoying.
I always thought there is no other way, but recently I discovered that this does not happen with k3d.
Here ist an example which you can open in binder.
I dont know why this happens.
Best regards
Julian
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
在 Jupyter Lab 中重現 Python 程式片段,並將其互動與連結的 K3D 範例 notebook 進行比較。追蹤 line3d 的平移互動和 Jupyter Lab 的內容選單行為;完成標準是使用滑鼠右鍵平移時不再留下遮擋繪圖的內容選單。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- jupyter-notebook, python
- 領域
- data-visualization
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 35/100