mpl_toolkits.mplot3d.axes3d.Axes3D.set_zscale#
- Axes3D.set_zscale(value, **kwargs)[source]#
Set the z-axis scale.
- Parameters:
- value{"linear"}
The axis scale type to apply. 3D Axes currently only support linear scales; other scales yield nonsensical results.
- **kwargs
Keyword arguments are nominally forwarded to the scale class, but none of them is applicable for linear scales.