Skip to content

Is the mouse scrolling speed for 3D plots customizable? #4029

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
basilevh opened this issue Jan 19, 2023 · 2 comments
Closed

Is the mouse scrolling speed for 3D plots customizable? #4029

basilevh opened this issue Jan 19, 2023 · 2 comments
Labels
feature something new

Comments

@basilevh
Copy link

basilevh commented Jan 19, 2023

I am running the first example on this webpage without modification in a Jupyter notebook inside VSCode:

import plotly.graph_objects as go

fig= go.Figure(data=go.Isosurface(
    x=[0,0,0,0,1,1,1,1],
    y=[1,0,1,0,1,0,1,0],
    z=[1,1,0,0,1,1,0,0],
    value=[1,2,3,4,5,6,7,8],
    isomin=2,
    isomax=6,
))

fig.show()

The mouse scroll speed is really, really slow inside my notebook. I am not experiencing performance issues, but the "zoom step size" is simply tiny. On the linked webpage, it's much better. I don't know why this difference arises, but anyway, is the scrolling speed configurable? This issue is related, but as far as I know, the feature has not yet been implemented.

Thank you!

@kzhang2
Copy link

kzhang2 commented Jan 25, 2023

I am also having an issue with slow zoom speeds when I scroll a plotly 3d plot from within a Jupyter notebook. Bumping for visibility.

@AaronStiff AaronStiff added plotly.js feature something new labels Feb 11, 2023
@AaronStiff
Copy link
Contributor

Yes, this does seem to be a duplicate of the issue you linked to. I'll close this one since it's something which would have to be added in plotly.js.

@AaronStiff AaronStiff closed this as not planned Won't fix, can't repro, duplicate, stale Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new
Projects
None yet
Development

No branches or pull requests

3 participants