Skip to content

Commit 6694a9c

Browse files
authored
Apply suggestions from code review
1 parent 70382ad commit 6694a9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

galleries/examples/scales/symlog_demo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +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 *(-linthresh, linthresh)*, so that
47-
# the range is mapped to a finite visual space.
46+
# scale must deviate from logarithmic mapping in a small range
47+
# *(-linthresh, linthresh)*, so that the range is mapped to a finite visual space.
4848

4949

5050
def format_axes(ax, title=None):

0 commit comments

Comments
 (0)