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 f75fd10 + 49ad0fc commit c19a4d3Copy full SHA for c19a4d3
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