Primary
Axes.set_yscale() ⚬|Documentation|1st|20251021010632-00-⌔
matplotlib.axes.Axes.set_yscale — Matplotlib 3.10.8 documentation#matplotlib.axes.Axes.set_yscale
Axes.set_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.
Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •