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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Is there a way to make the double click event to be as the original one? So it will reset the axis back to its initial ones?
Im facing a problem where i created a PyQt app that displays a Dash app in it. Insidevthe Dash app I show a plotly-resampler figure.
As part of my app i have 2 widgets that let me set the x min and max values. Once set, I update the layout and reload the app.
It seems like the double click always takes the latest xaxis/yaxis range of the layout. Same goes to the reset axis button.
Any way I can make both return to initial limits?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions