MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_anchor

Method get_anchor

lib/matplotlib/axes/_base.py:1892–1903  ·  view source on GitHub ↗

Get the anchor location. See Also -------- matplotlib.axes.Axes.set_anchor for a description of the anchor. matplotlib.axes.Axes.set_aspect for a description of aspect handling.

(self)

Source from the content-addressed store, hash-verified

1890 ax.stale = True
1891
1892 def get_anchor(self):
1893 """
1894 Get the anchor location.
1895
1896 See Also
1897 --------
1898 matplotlib.axes.Axes.set_anchor
1899 for a description of the anchor.
1900 matplotlib.axes.Axes.set_aspect
1901 for a description of aspect handling.
1902 """
1903 return self._anchor
1904
1905 def set_anchor(self, anchor, share=False):
1906 """

Calls

no outgoing calls