8000 Merge pull request #21040 from dpoznik/document-Legend-handleheight-p… · ericpre/matplotlib@23f8e24 · GitHub
[go: up one dir, main page]

Skip to content

Commit 23f8e24

Browse files
timhoffmericpre
authored andcommitted
Merge pull request matplotlib#21040 from dpoznik/document-Legend-handleheight-parameter
Document `handleheight` parameter of `Legend` constructor
2 parents f29eeb4 + aff5ed1 commit 23f8e24

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
@@ -262,6 +262,9 @@ def _update_bbox_to_anchor(self, loc_in_canvas):
262262
handlelength : float, default: :rc:`legend.handlelength`
263263
The length of the legend handles, in font-size units.
264264
265+
handleheight : float, default: :rc:`legend.handleheight`
266+
The height of the legend handles, in font-size units.
267+
265268
handletextpad : float, default: :rc:`legend.handletextpad`
266269
The pad between the legend handle and text, in font-size units.
267270

0 commit comments

Comments
 (0)
0