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 5b5cc0e commit 1804254Copy full SHA for 1804254
lib/matplotlib/axes/_base.py
@@ -1859,6 +1859,12 @@ def apply_aspect(self, position=None):
1859
"""
1860
Adjust the Axes for a specified data aspect ratio.
1861
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.
1867
+
1868
Depending on `.get_adjustable` this will modify either the
1869
Axes box (position) or the view limits. In the former case,
1870
`~matplotlib.axes.Axes.get_anchor` will affect the position.
0 commit comments