Set the visibility state of the handles artist.
(self, value)
| 3170 | getattr(line, method)([p, p]) |
| 3171 | |
| 3172 | def set_visible(self, value): |
| 3173 | """Set the visibility state of the handles artist.""" |
| 3174 | for artist in self.artists: |
| 3175 | artist.set_visible(value) |
| 3176 | |
| 3177 | def set_animated(self, value): |
| 3178 | """Set the animated state of the handles artist.""" |