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 f75fd10 commit 49ad0fcCopy full SHA for 49ad0fc
lib/matplotlib/axes/_subplots.py
@@ -76,10 +76,10 @@ def get_gridspec(self):
76
return self._subplotspec.get_gridspec()
77
78
@_api.deprecated(
79
- "3.4", alternative="get_subplotspec().get_position(self.figure)")
+ "3.4", alternative="get_position()")
80
@property
81
def figbox(self):
82
- return self.get_subplotspec().get_position(self.figure)
+ return self.get_position()
83
84
@_api.deprecated("3.4", alternative="get_gridspec().nrows")
85
0 commit comments