mpl_toolkits.mplot3d.axes3d.Axes3D.tick_params#

Axes3D.tick_params(axis='both', **kwargs)[source]#

Convenience method for changing the appearance of ticks and tick labels.

See Axes.tick_params for full documentation. Because this function applies to 3D Axes, axis can also be set to 'z', and setting axis to 'both' autoscales all three axes.

Also, because of how Axes3D objects are drawn very differently from regular 2D axes, some of these settings may have ambiguous meaning. For simplicity, the 'z' axis will accept settings as if it was like the 'y' axis.

Note

Axes3D currently ignores some of these settings.