Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32efbdb

Browse files
committed
updated the doc string for the draggable param
1 parent bd0298d commit 32efbdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/legend.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ def _update_bbox_to_anchor(self, loc_in_canvas):
286286
The custom dictionary mapping instances or types to a legend
287287
handler. This *handler_map* updates the default handler map
288288
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.
289292
""")
290293

291294

0 commit comments

Comments
 (0)