Skip to content

Commit 70382ad

Browse files
timhoffmgreglucas
andauthored
Update galleries/examples/scales/symlog_demo.py
Co-authored-by: Greg Lucas <[email protected]>
1 parent c818093 commit 70382ad

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

galleries/examples/scales/symlog_demo.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,8 @@
4343
# ----------------
4444
# Since each decade on a logarithmic scale covers the same amount of visual space
4545
# 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)*.
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.
5148

5249

5350
def format_axes(ax, title=None):

0 commit comments

Comments
 (0)