Set the animated state of the handles artist.
(self, value)
| 3175 | artist.set_visible(value) |
| 3176 | |
| 3177 | def set_animated(self, value): |
| 3178 | """Set the animated state of the handles artist.""" |
| 3179 | for artist in self.artists: |
| 3180 | artist.set_animated(value) |
| 3181 | |
| 3182 | def remove(self): |
| 3183 | """Remove the handles artist from the figure.""" |