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.
2 parents e68c1e8 + 6520d52 commit c773fecCopy full SHA for c773fec
2 files changed
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