matplotlib.axes.Axes.relim#
- Axes.relim(visible_only=False)[source]#
Recompute the data limits based on current artists.
At present,
Collectioninstances are not supported.- Parameters:
- visible_onlybool, default: False
Whether to exclude invisible artists.
Examples usingmatplotlib.axes.Axes.relim#
On this page