Primary
pyplot.xscale() ⚬|Documentation|1st|20251021011710-00-⌔
matplotlib.pyplot.xscale — Matplotlib 3.10.8 documentation#matplotlib.pyplot.xscale
matplotlib.pyplot.xscale(value, ﹡﹡kwargs)Set the xaxis’ 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_xscale.Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •