Thanks to visit codestin.com Credit goes to github.com
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 4abe96a commit 0cf751cCopy full SHA for 0cf751c
galleries/users_explain/axes/axes_scales.py
@@ -5,8 +5,10 @@
5
Axis scales
6
===========
7
8
-By default Matplotlib displays data on axis objects that have linear scales.
9
-This behavior can be changed, usually directly by using the
+By default Matplotlib displays data on the axis using a linear scale.
+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
12
`~.axes.Axes.set_xscale` or `~.axes.Axes.set_yscale` methods.
13
14
"""
0 commit comments