Axes.
set_yscale
(value, **kwargs)¶Set the y-axis scale.
Parameters: | value : {“linear”, “log”, “symlog”, “logit”}
|
---|
See also
matplotlib.scale.LinearScale
matplotlib.scale.LogTransform
matplotlib.scale.SymmetricalLogTransform
matplotlib.scale.LogisticTransform
Notes
Different kwargs are accepted, depending on the scale. See
the scale
module for more information.