W3cubDocs

/Matplotlib 3.0

matplotlib.pyplot.yscale

matplotlib.pyplot.yscale(value, **kwargs) [source]

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.

Examples using matplotlib.pyplot.yscale

© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.0.0/api/_as_gen/matplotlib.pyplot.yscale.html