Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 372 Bytes

File metadata and controls

6 lines (6 loc) · 372 Bytes

relim() now accounts for Collection artists

Previously, ~.axes.Axes.relim did not recalculate data limits for .Collection artists (e.g. those created by ~.axes.Axes.scatter). Calling ax.relim() followed by ax.autoscale_view() now correctly includes scatter plots and other collections in the axes limits.