We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfd3b4 commit 4c14356Copy full SHA for 4c14356
1 file changed
lib/matplotlib/legend.py
@@ -448,7 +448,6 @@ def val_or_rc(val, rc_name):
448
labels.reverse()
449
handles.reverse()
450
451
- handles = list(handles)
452
if len(handles) < 2:
453
ncols = 1
454
self._ncols = ncols if ncols != 1 else ncol
0 commit comments