Skip to content

Commit

Permalink
Merge pull request matplotlib#9342 from deepyaman/fix-typo
Browse files Browse the repository at this point in the history
Fix typo of pixels in legend_handler.py
  • Loading branch information
dstansby authored Oct 10, 2017
2 parents 28ae8eb + 1bccf3c commit 383091a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/legend_handler.py
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
legend_handler(legend, orig_handle, fontsize, handlebox)
Where *legend* is the legend itself, *orig_handle* is the original
plot, *fontsize* is the fontsize in pixles, and *handlebox* is a
plot, *fontsize* is the fontsize in pixels, and *handlebox* is a
OffsetBox instance. Within the call, you should create relevant
artists (using relevant properties from the *legend* and/or
*orig_handle*) and add them into the handlebox. The artists needs to

0 comments on commit 383091a

Please sign in to comment.