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 new Axes box state. If None, toggle the state.