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 6348c18 commit 899e390Copy full SHA for 899e390
1 file changed
tutorials/intermediate/legend_guide.py
@@ -46,6 +46,9 @@
46
not all artists can be added to a legend, at which point a "proxy" will have
47
to be created (see :ref:`proxy_legend_handles` for further details).
48
49
+Those artists with an empty string as label or with a label starting with
50
+"_" will be ignored.
51
+
52
For full control of what is being added to the legend, it is common to pass
53
the appropriate handles directly to :func:`legend`::
54
0 commit comments