matplotlib.axes.Axes.set_yscale

Axes.set_yscale(value, **kwargs)

Set the y-axis scale

Parameters:

value : {“linear”, “log”, “symlog”, “logit”}

scaling strategy to apply

Notes

Different kwargs are accepted, depending on the scale. See the scale module for more information.

© 2012–2017 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
http://matplotlib.org/2.1.0/api/_as_gen/matplotlib.axes.Axes.set_yscale.html