Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0cf751c

Browse files
committed
DOC: bit more context on scale
1 parent 4abe96a commit 0cf751c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

galleries/users_explain/axes/axes_scales.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
Axis scales
66
===========
77
8-
By default Matplotlib displays data on axis objects that have linear scales.
9-
This behavior can be changed, usually directly by using the
8+
By default Matplotlib displays data on the axis using a linear scale.
9+
Matplotlib also supports `logarithmic scales
10+
<https://en.wikipedia.org/wiki/Logarithmic_scale>`_, and other less common
11+
scales as well. Usually this can be done directly by using the
1012
`~.axes.Axes.set_xscale` or `~.axes.Axes.set_yscale` methods.
1113
1214
"""

0 commit comments

Comments
 (0)