smpl.plot.box

smpl.plot.box(on=None)[source]

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

Parameters

onbool or None

The new ~matplotlib.axes.Axes box state. If None, toggle the state.

See Also

matplotlib.axes.Axes.set_frame_on() matplotlib.axes.Axes.get_frame_on()