Skip to content

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

@basilevh

Description

@basilevh

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions