-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed as not planned
Labels
featuresomething newsomething new
Description
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 and DavidHJong
Metadata
Metadata
Assignees
Labels
featuresomething newsomething new