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 b968e5a

Browse filesBrowse files
authored
Merge pull request #24802 from ksunden/check_button_status
Correct docstring of CheckButtons.get_status
2 parents fde35d4 + b0c3d22 commit b968e5a
Copy full SHA for b968e5a

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
@@ -1084,7 +1084,7 @@ def set_active(self, index):
10841084

10851085
def get_status(self):
10861086
"""
1087-
Return a tuple of the status (True/False) of all of the check buttons.
1087+
Return a list of the status (True/False) of all of the check buttons.
10881088
"""
10891089
return [l1.get_visible() for (l1, l2) in self.lines]
10901090

0 commit comments

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