This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Description
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?