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

Skip to content

Commit f768a57

Browse files
authored
Merge pull request #9437 from cgohlke/patch-8
Fix Undefined variable 'symbol'
2 parents 22cb2d4 + e8c9444 commit f768a57

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
@@ -1410,7 +1410,7 @@ def symbol(self):
14101410
return symbol
14111411

14121412
@symbol.setter
1413-
def symbol(self):
1413+
def symbol(self, symbol):
14141414
self._symbol = symbol
14151415

14161416

0 commit comments

Comments
 (0)