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

Skip to content

Commit fb9c0c8

Browse files
[Doc]: Document the position parameter in apply_aspect()
1 parent 1804254 commit fb9c0c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,8 +1862,8 @@ def apply_aspect(self, position=None):
18621862
Parameters
18631863
----------
18641864
position : None or .Bbox
1865-
Possible values:
1866-
- If not ``None`, this defines the position of the Axes within the figure as a Bbox. See `.get_position` for further details.
1865+
If not ``None`, this defines the position of the Axes within the figure as a Bbox.
1866+
See `.get_position` for further details.
18671867
18681868
Depending on `.get_adjustable` this will modify either the
18691869
Axes box (position) or the view limits. In the former case,

0 commit comments

Comments
 (0)