You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
I am running the first example on this webpage without modification in a Jupyter notebook inside VSCode:
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!
The text was updated successfully, but these errors were encountered: