matplotlib.pyplot.xscale(value, **kwargs)[source]¶Set the x-axis scale.
| Parameters: |
|
|---|
See also
matplotlib.scale.LinearScalematplotlib.scale.LogTransformmatplotlib.scale.SymmetricalLogTransformmatplotlib.scale.LogisticTransformNotes
Different kwargs are accepted, depending on the scale. See
the scale module for more information.
matplotlib.pyplot.xscale¶