Set if artist is to be included in autoscaling calculations, E.g. `.axes.Axes.autoscale_view()`. Parameters ---------- b : bool
(self, b)
| 1149 | self._in_layout = in_layout |
| 1150 | |
| 1151 | def _set_in_autoscale(self, b): |
| 1152 | """ |
| 1153 | Set if artist is to be included in autoscaling calculations, |
| 1154 | E.g. `.axes.Axes.autoscale_view()`. |
| 1155 | |
| 1156 | Parameters |
| 1157 | ---------- |
| 1158 | b : bool |
| 1159 | """ |
| 1160 | self._in_autoscale = b |
| 1161 | |
| 1162 | def get_label(self): |
| 1163 | """Return the label used for this artist in the legend.""" |
no outgoing calls
no test coverage detected