mpl_toolkits.mplot3d.axes3d.Axes3D.tick_params#

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

Convenience method for changing the appearance of ticks andtick labels.

SeeAxes.tick_params for full documentation. Because this functionapplies to 3D Axes,axis can also be set to 'z', and settingaxisto 'both' autoscales all three axes.

Also, because of how Axes3D objects are drawn very differentlyfrom regular 2D Axes, some of these settings may haveambiguous meaning. For simplicity, the 'z' axis willaccept settings as if it was like the 'y' axis.

Note

Axes3D currently ignores some of these settings.