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 70382ad commit 6694a9cCopy full SHA for 6694a9c
galleries/examples/scales/symlog_demo.py
@@ -43,8 +43,8 @@
43
# ----------------
44
# Since each decade on a logarithmic scale covers the same amount of visual space
45
# and there are infinitely many decades between a given number and zero, the symlog
46
-# scale must deviate from logarithmic mapping in a small range *(-linthresh, linthresh)*, so that
47
-# the range is mapped to a finite visual space.
+# scale must deviate from logarithmic mapping in a small range
+# *(-linthresh, linthresh)*, so that the range is mapped to a finite visual space.
48
49
50
def format_axes(ax, title=None):
0 commit comments