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 ab0d32f commit f3661f3Copy full SHA for f3661f3
lib/matplotlib/backends/qt_editor/figureoptions.py
@@ -104,7 +104,6 @@ def prepare_data(d, init):
104
key=lambda short_and_name: short_and_name[1]))
105
106
sorted_labels_and_curves = sorted(labeled_lines, key=cmp_key)
107
-
108
for label, line in sorted_labels_and_curves:
109
color = mcolors.to_hex(
110
mcolors.to_rgba(line.get_color(), line.get_alpha()),
0 commit comments