We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdb3b9 commit beacd7aCopy full SHA for beacd7a
lib/matplotlib/backends/qt_editor/figureoptions.py
@@ -60,7 +60,8 @@ def figure_edit(axes, parent=None):
60
# Sorting for default labels (_lineXXX, _imageXXX).
61
def cmp_key(label):
62
"""
63
- label should be a tuple consisting of the string label, and the object being sorted by label
+ label should be a tuple consisting of the string label,
64
+ and the object being sorted by label
65
66
match = re.match(r"(_line|_image)(\d+)", label[0])
67
if match:
0 commit comments