Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7784ff2

Browse files
committed
Deprecate position parameter to Axes.apply_aspect()
1 parent 9d37f4e commit 7784ff2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1909,7 +1909,6 @@ def _apply_aspect(self, position=None):
19091909
If not ``None``, this defines the position of the
19101910
Axes within the figure as a Bbox. See `~.Axes.get_position`
19111911
for further details.
1912-
19131912
"""
19141913
if position is None:
19151914
position = self.get_position(original=True)

0 commit comments

Comments
 (0)