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

Skip to content

Commit f713b90

Browse files
authored
Remove unused variable 'sign'
1 parent 22cb2d4 commit f713b90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/ticker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,6 @@ def __call__(self, x, pos=None):
983983
if x == 0.0: # Symlog
984984
return '0'
985985

986-
sign = np.sign(x)
987986
x = abs(x)
988987
b = self._base
989988
# only label the decades

0 commit comments

Comments
 (0)