Return whether the artist is included in autoscaling calculations. E.g. `.axes.Axes.autoscale_view()`.
(self)
| 912 | return self._in_layout |
| 913 | |
| 914 | def _get_in_autoscale(self): |
| 915 | """ |
| 916 | Return whether the artist is included in autoscaling calculations. |
| 917 | |
| 918 | E.g. `.axes.Axes.autoscale_view()`. |
| 919 | """ |
| 920 | return self._in_autoscale |
| 921 | |
| 922 | def _fully_clipped_to_axes(self): |
| 923 | """ |