Return the aspect ratio of the Axes scaling. This is either "auto" or a float giving the ratio of y/x-scale.
(self)
| 1681 | self._get_patches_for_fill.set_prop_cycle(prop_cycle) |
| 1682 | |
| 1683 | def get_aspect(self): |
| 1684 | """ |
| 1685 | Return the aspect ratio of the Axes scaling. |
| 1686 | |
| 1687 | This is either "auto" or a float giving the ratio of y/x-scale. |
| 1688 | """ |
| 1689 | return self._aspect |
| 1690 | |
| 1691 | def set_aspect(self, aspect, adjustable=None, anchor=None, share=False): |
| 1692 | """ |
no outgoing calls