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.
1 parent 1804254 commit fb9c0c8Copy full SHA for fb9c0c8
lib/matplotlib/axes/_base.py
@@ -1862,8 +1862,8 @@ def apply_aspect(self, position=None):
1862
Parameters
1863
----------
1864
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.
+ If not ``None`, this defines the position of the Axes within the figure as a Bbox.
+ See `.get_position` for further details.
1867
1868
Depending on `.get_adjustable` this will modify either the
1869
Axes box (position) or the view limits. In the former case,
0 commit comments