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
Store FloatingAxes "extremes" info in fewer places.
Make the value returned by ExtremeFinderFixed be the canonical place
to query the value of the extremes parameter.
This may make it easier to change the extremes post-facto (there's fewer
places to update).
Also deprecate the related get_data_boundary method, which doesn't exist
anywhere else and isn't really needed as a separate API: we can just
inline it into its only call site instead.
0 commit comments