mpl_toolkits.mplot3d.axes3d.Axes3D.set_xscale#
- Axes3D.set_xscale(value, **kwargs)[source]#
Set the x-axis scale.
- Parameters:
- value{"linear", "log", "symlog", "logit", ...}
The axis scale type to apply. See
ScaleBasefor the list of available scales.- **kwargs
Keyword arguments are forwarded to the scale class. For example,
base=2can be passed when using a log scale.