We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073e61a commit 92cce32Copy full SHA for 92cce32
proplot/axes.py
@@ -2017,8 +2017,8 @@ def format(
2017
The *x* and *y* axis scales. Passed to the
2018
`~proplot.axistools.Scale` constructor. For example,
2019
``xscale='log'`` applies logarithmic scaling, and
2020
- ``xscale=('cutoff', 0.5, 2)`` applies scaling according to the
2021
- class generated by `plot.CutoffScaleFactory('cutoff', 0.5, 2)`.
+ ``xscale=('cutoff', 0.5, 2)`` applies a custom
+ `~proplot.axistools.CutoffScale`.
2022
xscale_kw, yscale_kw : dict-like, optional
2023
The *x* and *y* axis scale settings. Passed to
2024
`~proplot.axistools.Scale`.
0 commit comments