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.
2 parents 5b5cc0e + 18dd1a7 commit ecba9d2Copy full SHA for ecba9d2
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