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