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)
| 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 | """ |
no outgoing calls