Version 3.1.2
matplotlib

matplotlib.axes.Axes.set_clip_on

Axes.set_clip_on(b)

Set whether the artist uses clipping.

When False artists will be visible out side of the axes which can lead to unexpected results.

Parameters:b : bool