You are reading an old version of the documentation (v3.0.2). For the latest version see https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.relim.html
Version 3.0.2
matplotlib
Fork me on GitHub

matplotlib.axes.Axes.relim

Axes.relim(visible_only=False)

Recompute the data limits based on current artists. If you want to exclude invisible artists from the calculation, set visible_only=True

At present, Collection instances are not supported.