On this page
matplotlib.axes.Axes.set_yscale
- Axes.set_yscale(value, **kwargs)[source]
-
Set the y-axis scale.
- Parameters
-
- value{"linear", "log", "symlog", "logit", ...} or
ScaleBase
-
The axis scale type to apply.
- **kwargs
-
Different keyword arguments are accepted, depending on the scale. See the respective class keyword arguments:
- value{"linear", "log", "symlog", "logit", ...} or
Notes
By default, Matplotlib supports the above mentioned scales. Additionally, custom scales may be registered using
matplotlib.scale.register_scale
. These scales can then also be used here.
Examples using matplotlib.axes.Axes.set_yscale
© 2012–2021 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.5.1/api/_as_gen/matplotlib.axes.Axes.set_yscale.html