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

Skip to content

Commit 248cb6b

Browse files
authored
Merge pull request #21047 from meeseeksmachine/auto-backport-of-pr-21040-on-v3.5.x
Backport PR #21040 on branch v3.5.x (Document `handleheight` parameter of `Legend` constructor)
2 parents 2a3b7fa + fe72506 commit 248cb6b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)