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 c818093 commit 70382adCopy full SHA for 70382ad
galleries/examples/scales/symlog_demo.py
@@ -43,11 +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 (-x0, x0), so that
47
-# that range is mapped to a finite visual space.
48
-#
49
-# The symlog scale achieves this by defining a parameter *linthresh* and switching
50
-# to a linear mapping in the region *(-linthresh, linthresh)*.
+# scale must deviate from logarithmic mapping in a small range *(-linthresh, linthresh)*, so that
+# the range is mapped to a finite visual space.
51
52
53
def format_axes(ax, title=None):
0 commit comments