Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a82914a + 3fd57ce commit d197f42Copy full SHA for d197f42
1 file changed
lib/matplotlib/gridspec.py
@@ -56,7 +56,7 @@ def get_geometry(self):
56
"""
57
return self._nrows, self._ncols
58
59
- def get_subplot_params(self, figure=None, fig=None):
+ def get_subplot_params(self, figure=None):
60
pass
61
62
def new_subplotspec(self, loc, rowspan=1, colspan=1):
0 commit comments