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
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
I was using the initial autorange values to "hold" my plotly.graph_objs.Layout plot axes from recalculating when dynamically adding or removing plotly.graph_objs.scatter.Markers. Three questions:
Is there some place else I can read Layout axes range values after they have been calculated by the autorange function?
Is there a better way to "hold" a plotly.graph_objs.Layout to the initial autorange values?
Can the plotly.graph_objs.Layout axes autorange function be invoked directly?