set_yscale#
- named_arrays.plt.set_yscale(value, ax=None, **kwargs)#
A thin wrapper around
matplotlib.axes.Axes.set_yscale()for named arrays.- Parameters:
value (str | AbstractScalar) – The scale type to apply to the vertical scale of each axis.
ax (None | Axes | AbstractScalar) – The matplotlib axes instance on which to apply the label.
- Return type: