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.
2 parents b18970d + f713b90 commit 7cca455Copy full SHA for 7cca455
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