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

Skip to content

Commit 32f7030

Browse files
committed
FIX
1 parent 0cd4d7e commit 32f7030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@ def add_subfigure(self, subplotspec, **kwargs):
15481548
--------
15491549
.Figure.subfigures
15501550
"""
1551-
sf = SubFigure(subplotspec, self, **kwargs)
1551+
sf = SubFigure(self, subplotspec, **kwargs)
15521552
self.panels += [sf]
15531553
return sf
15541554

0 commit comments

Comments
 (0)