mpl_toolkits.mplot3d.axes3d.Axes3D.set_zscale#

Axes3D.set_zscale(value, **kwargs)[source]#

Set the z-axis scale.

Parameters:
value{"linear", "log", "symlog", "logit", ...}

The axis scale type to apply. See ScaleBase for the list of available scales.

**kwargs

Keyword arguments are forwarded to the scale class. For example, base=2 can be passed when using a log scale.

Examples using mpl_toolkits.mplot3d.axes3d.Axes3D.set_zscale#

Scales on 3D (Log, Symlog, etc.)

Scales on 3D (Log, Symlog, etc.)