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 8c764dc commit 9068638Copy full SHA for 9068638
lib/matplotlib/axes/_subplots.py
@@ -64,10 +64,10 @@ def get_gridspec(self):
64
return self._subplotspec.get_gridspec()
65
66
@_api.deprecated(
67
- "3.4", alternative="get_subplotspec().get_position(self.figure)")
+ "3.4", alternative="get_position()")
68
@property
69
def figbox(self):
70
- return self.get_subplotspec().get_position(self.figure)
+ return self.get_position()
71
72
@_api.deprecated("3.4", alternative="get_gridspec().nrows")
73
0 commit comments