We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0298d commit 32efbdbCopy full SHA for 32efbdb
lib/matplotlib/legend.py
@@ -286,6 +286,9 @@ def _update_bbox_to_anchor(self, loc_in_canvas):
286
The custom dictionary mapping instances or types to a legend
287
handler. This *handler_map* updates the default handler map
288
found at `matplotlib.legend.Legend.get_legend_handler_map`.
289
+
290
+draggable : bool or None
291
+ Whether the legend can be dragged with the mouse.
292
""")
293
294
0 commit comments