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 18dd1a7Copy full SHA for 18dd1a7
1 file changed
lib/matplotlib/axes/_base.py
@@ -1863,6 +1863,13 @@ def apply_aspect(self, position=None):
1863
Axes box (position) or the view limits. In the former case,
1864
`~matplotlib.axes.Axes.get_anchor` will affect the position.
1865
1866
+ Parameters
1867
+ ----------
1868
+ position : None or .Bbox
1869
+ If not ``None``, this defines the position of the
1870
+ Axes within the figure as a Bbox. See `~.Axes.get_position`
1871
+ for further details.
1872
+
1873
Notes
1874
-----
1875
This is called automatically when each Axes is drawn. You may need
0 commit comments