mpl_toolkits.mplot3d.axes3d.Axes3D.set_yscale#

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

Set the y-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.