matplotlib.pyplot.xscale(value, **kwargs)[source]¶Set the x-axis scale.
| Parameters: |
|
|---|
Notes
By default, Matplotlib supports the above mentioned scales.
Additionally, custom scales may be registered using
matplotlib.scale.register_scale. These scales can then also
be used here.
matplotlib.pyplot.xscale¶