Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ae8eb commit 1bccf3cCopy full SHA for 1bccf3c
1 file changed
lib/matplotlib/legend_handler.py
@@ -10,7 +10,7 @@
10
legend_handler(legend, orig_handle, fontsize, handlebox)
11
12
Where *legend* is the legend itself, *orig_handle* is the original
13
-plot, *fontsize* is the fontsize in pixles, and *handlebox* is a
+plot, *fontsize* is the fontsize in pixels, and *handlebox* is a
14
OffsetBox instance. Within the call, you should create relevant
15
artists (using relevant properties from the *legend* and/or
16
*orig_handle*) and add them into the handlebox. The artists needs to
0 commit comments