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

Skip to content

Commit 3aa9fe9

Browse files
committed
FL8
1 parent 6986452 commit 3aa9fe9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/gridspec.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def legend_outside(self, handles=None, labels=None, axs=None,
195195

196196
# convert padding from points to figure relative units....
197197

198-
199198
handles, labels, extra_args, kwargs = legend._parse_legend_args(
200199
axs, handles=handles, labels=labels, **kwargs)
201200
leg = LegendLayout(self, self.figure, handles, labels, *extra_args,

0 commit comments

Comments
 (0)