plotly / plotly.py

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
https://plotly.com/python/
MIT License
16.26k stars 2.55k forks source link

right click context menu hidden when panning in line3d #3045

Open JulianWgs opened 3 years ago

JulianWgs commented 3 years ago

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

gvwilson commented 4 months ago

Hi - we are trying to tidy up the stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for several years, I'm going to close it; if it is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. Thanks for your help - @gvwilson

JulianWgs commented 4 months ago

I can still reproduce this bug on 5.22.0. Could you please reopen this issue.

Note that on first try the mybinder notebook didnt start.