8000
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 0f88d8c commit c5a5ff6Copy full SHA for c5a5ff6
tutorials/intermediate/legend_guide.py
@@ -44,7 +44,10 @@
44
a list of handles/artists which exist on the Axes which can be used to
45
generate entries for the resulting legend - it is worth noting however that
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).
+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`::
0 commit comments