Thanks to visit codestin.com Credit goes to github.com
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 22cb2d4 commit f713b90Copy full SHA for f713b90
1 file changed
lib/matplotlib/ticker.py
@@ -983,7 +983,6 @@ def __call__(self, x, pos=None):
983
if x == 0.0: # Symlog
984
return '0'
985
986
- sign = np.sign(x)
987
x = abs(x)
988
b = self._base
989
# only label the decades
0 commit comments