Skip to content

Commit f4ff1da

Browse files
dstansbytacaswell
authored andcommitted
Merge pull request #9342 from deepyaman/fix-typo
Fix typo of pixels in legend_handler.py
1 parent 1e6dc92 commit f4ff1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/legend_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
legend_handler(legend, orig_handle, fontsize, handlebox)
1111
1212
Where *legend* is the legend itself, *orig_handle* is the original
13-
plot, *fontsize* is the fontsize in pixles, and *handlebox* is a
13+
plot, *fontsize* is the fontsize in pixels, and *handlebox* is a
1414
OffsetBox instance. Within the call, you should create relevant
1515
artists (using relevant properties from the *legend* and/or
1616
*orig_handle*) and add them into the handlebox. The artists needs to

0 commit comments

Comments
 (0)