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

Skip to content

Commit 86fb32a

Browse files
committed
Fix trailing whitespace
1 parent f8e1824 commit 86fb32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ def _auto_legend_data(self):
987987
paths = artist.get_paths()
988988
for path in paths:
989989
lines.append(artist.get_transform().transform_path(path))
990-
elif isinstance(artist, Text):
990+
elif isinstance(artist, Text):
991991
bboxes.append(artist.get_window_extent())
992992

993993
return bboxes, lines, offsets

0 commit comments

Comments
 (0)