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.
1 parent 3cc3ab8 commit 3fd57ceCopy full SHA for 3fd57ce
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