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 8185d63 commit d94085dCopy full SHA for d94085d
lib/matplotlib/ticker.py
@@ -146,8 +146,6 @@
146
unicode_literals)
147
148
import six
149
-if six.PY3:
150
- long = int
151
152
import decimal
153
import locale
@@ -157,6 +155,9 @@
157
155
from matplotlib import cbook
158
156
from matplotlib import transforms as mtransforms
159
+if six.PY3:
+ long = int
160
+
161
162
class _DummyAxis(object):
163
def __init__(self, minpos=0):
0 commit comments