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.
get_grid_positions(..., raw=True)
1 parent bf9a451 commit 6520d52Copy full SHA for 6520d52
doc/api/next_api_changes/deprecations/23572-AL.rst
@@ -0,0 +1,3 @@
1
+``GridSpecBase.get_grid_positions(..., raw=True)``
2
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
+... is deprecated.
lib/matplotlib/gridspec.py
@@ -142,6 +142,7 @@ def get_height_ratios(self):
142
"""
143
return self._row_height_ratios
144
145
+ @_api.delete_parameter("3.7", "raw")
146
def get_grid_positions(self, fig, raw=False):
147
148
Return the positions of the grid cells in figure coordinates.
0 commit comments