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 0d81f8b

Browse filesBrowse files
committed
added space after comma in widgets.CheckButtons.get_status()
1 parent 7a96a82 commit 0d81f8b
Copy full SHA for 0d81f8b

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/widgets.py

Copy file name to clipboardExpand all lines: lib/matplotlib/widgets.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ def get_status(self):
607607
"""
608608
returns a tuple of the status (True/False) of all of the check buttons
609609
"""
610-
return [l1.get_visible() for (l1,l2) in self.lines]
610+
return [l1.get_visible() for (l1, l2) in self.lines]
611611

612612
def on_clicked(self, func):
613613
"""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.