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

Skip to content

Commit d197f42

Browse files
authored
Merge pull request #14493 from timhoffm/deprecate-get_subplot_params-fig
API: Remove deprecated fig parameter form GridSpecBase.get_subplot_params()
2 parents a82914a + 3fd57ce commit d197f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/gridspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def get_geometry(self):
5656
"""
5757
return self._nrows, self._ncols
5858

59-
def get_subplot_params(self, figure=None, fig=None):
59+
def get_subplot_params(self, figure=None):
6060
pass
6161

6262
def new_subplotspec(self, loc, rowspan=1, colspan=1):

0 commit comments

Comments
 (0)