Skip to content

Commit 92cce32

Browse files
committed
Scale typo
1 parent 073e61a commit 92cce32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proplot/axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2017,8 +2017,8 @@ def format(
20172017
The *x* and *y* axis scales. Passed to the
20182018
`~proplot.axistools.Scale` constructor. For example,
20192019
``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)`.
2020+
``xscale=('cutoff', 0.5, 2)`` applies a custom
2021+
`~proplot.axistools.CutoffScale`.
20222022
xscale_kw, yscale_kw : dict-like, optional
20232023
The *x* and *y* axis scale settings. Passed to
20242024
`~proplot.axistools.Scale`.

0 commit comments

Comments
 (0)