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

Skip to content

Commit ce8ecaa

Browse files
[Doc]: Document the position parameter in apply_aspect()
1 parent 168343c commit ce8ecaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1862,7 +1862,7 @@ def apply_aspect(self, position=None):
18621862
Parameters
18631863
----------
18641864
position : None or .Bbox
1865-
If not ``None`, this defines the position of the
1865+
If not ``None`, this defines the position of the
18661866
Axes within the figure as a Bbox. See `.get_position`
18671867
for further details.
18681868

0 commit comments

Comments
 (0)