plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

Hide right click context menu when panning in line3d

Open JulianWgs opened this issue 5 years ago • 2 comments

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

JulianWgs avatar Jan 24 '21 21:01 JulianWgs

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

gvwilson avatar Jun 24 '24 16:06 gvwilson

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.

JulianWgs avatar Jun 25 '24 06:06 JulianWgs