Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 009913b

Browse files
committed
non-ascii character
1 parent e010581 commit 009913b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3246,8 +3246,7 @@ def set_yscale(self, value, **kwargs):
32463246
32473247
matplotlib.scale.SymmetricalLogTransform : symlog transform
32483248
3249-
matplotlib.scale.LogisticTransform  : logit transform
3250-
3249+
matplotlib.scale.LogisticTransform : logit transform
32513250
"""
32523251
# If the scale is being set to log, clip nonposy to prevent headaches
32533252
# around zero

0 commit comments

Comments
 (0)