8000
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 f1c9201Copy full SHA for f1c9201
galleries/users_explain/axes/axes_scales.py
@@ -6,7 +6,9 @@
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
+Matplotlib 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