mpl_toolkits.mplot3d.axes3d.Axes3D.set_axis_off#

Axes3D.set_axis_off()[source]#

Hide all visual components of the x- and y-axis.

This sets a flag to suppress drawing of all axis decorations, i.e.axis labels, axis spines, and the axis tick component (tick markers,tick labels, and grid lines). Individual visibility settings of thesecomponents are ignored as long asset_axis_off() is in effect.