Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c92d19f

Browse files
committed
Merge branch 'v1.1.x'
2 parents 1923105 + 96caca8 commit c92d19f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/legend_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,8 @@ def create_artists(self, legend, orig_handle,
495495
artists = []
496496
artists.extend(handle_barlinecols)
497497
artists.extend(handle_caplines)
498-
artists.append(legline_marker)
499498
artists.append(legline)
499+
artists.append(legline_marker)
500500

501501
return artists
502502

0 commit comments

Comments
 (0)