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 0dd603f + 9068638 commit ef89fb7Copy full SHA for ef89fb7
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