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

Skip to content

Commit 0f2dfa8

Browse files
committed
FIX variable isDecade -> is_decode
1 parent f718a3b commit 0f2dfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/ticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ def __call__(self, x, pos=None):
10481048
else:
10491049
base = '%s' % b
10501050

1051-
if self.labelOnlyBase and not isDecade:
1051+
if self.labelOnlyBase and not is_decade:
10521052
return ''
10531053
if self._sublabels is not None and coeff not in self._sublabels:
10541054
return ''

0 commit comments

Comments
 (0)