Primary
pyplot.yscale() ⚬|Documentation|1st|20251021161233-00-⌔
matplotlib.pyplot.yscale — Matplotlib 3.10.8 documentation#matplotlib.pyplot.yscale
matplotlib.pyplot.yscale(value, ﹡﹡kwargs)Set the yaxis’ scale.
Parameters:
value: str orScaleBaseThe axis scale type to apply. Valid string values are the names of scale classes (“linear”, “log”, “function”,…). These may be the names of any of the built-in scales or of any custom scales registered using
matplotlib.scale.register_scale.﹡﹡kwargs
If value is a string, keywords are passed to the instantiation method of the respective class.
Notes:
Note: This is the pyplot wrapper for
axes.Axes.set_yscale.Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •