matplotlib.pyplot.
yscale
(value, **kwargs)[source]¶Set the y-axis scale.
Parameters: |
|
---|
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.