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
Make set_x/ymargin() update axes limits, just like margins().
Previously, setting the margins via set_x/ymargin() would not update
axes limits, unlike calling margins(). This appears to be a simple
oversight.
The change in collections.py is necessary because the difference in
timing at which autoscale is executed now exposed a floating point
inaccuracy (which gets amplified by the old round_numbers autolimits
mode).
0 commit comments