Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f768a57

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/ticker.py

Copy file name to clipboardExpand all lines: lib/matplotlib/ticker.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.