8000 clarified comment · matplotlib/matplotlib@7828b9c · GitHub
[go: up one dir, main page]

Skip to content

Commit 7828b9c

Browse files
authored
clarified comment
1 parent 9aa02ec commit 7828b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/legend_handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,8 +613,8 @@ def create_artists(self, legend, orig_handle,
613613
for x, y in zip(xdata_marker, ydata)]
614614

615615
if using_linecoll:
616-
# update_prop() usually takes two Line2D collections;
617-
# overr 53A6 ide temporarily to copy properties from a LineCollection
616+
# change the function used by update_prop() from the default
617+
# to one that handles LineCollection
618618
orig_update_func = self._update_prop_func
619619
self._update_prop_func = self._copy_collection_props
620620

0 commit comments

Comments
 (0)
0