Return ``True`` if the legend is draggable, ``False`` otherwise.
(self)
| 1253 | return self._draggable |
| 1254 | |
| 1255 | def get_draggable(self): |
| 1256 | """Return ``True`` if the legend is draggable, ``False`` otherwise.""" |
| 1257 | return self._draggable is not None |
| 1258 | |
| 1259 | |
| 1260 | # Helper functions to parse legend arguments for both `figure.legend` and |
no outgoing calls