Version 3.0.3
matplotlib
Fork me on GitHub

matplotlib.axis.Axis.set_clip_on

Axis.set_clip_on(b)

Set whether artist uses clipping.

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

Parameters:
b : bool