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

Skip to content

Commit fe72506

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR #21040: Document handleheight parameter of Legend constructor
1 parent c260510 commit fe72506

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)