matplotlib.pyplot.box#

matplotlib.pyplot.box(on=None)[source]#

Turn the Axes box on or off on the current Axes.

Parameters:
onbool or None

The newAxes box state. IfNone, togglethe state.

On this page