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

Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 464 Bytes

File metadata and controls

8 lines (7 loc) · 464 Bytes

Axes.add_collection(..., autolim=True) updates view limits

Axes.add_collection(..., autolim=True) has so far only updated the data limits. Users needed to additionally call .Axes.autoscale_view to update the view limits. View limits are now updated as well if autolim=True, using a lazy internal update mechanism, so that the costs only apply once also if you add multiple collections.