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.
2 parents 6348c18 + 899e390 commit 926c572Copy full SHA for 926c572
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