diff --git a/tutorials/intermediate/legend_guide.py b/tutorials/intermediate/legend_guide.py index acf0d2290e40..ec1861cfe6cf 100644 --- a/tutorials/intermediate/legend_guide.py +++ b/tutorials/intermediate/legend_guide.py @@ -46,6 +46,9 @@ not all artists can be added to a legend, at which point a "proxy" will have to be created (see :ref:`proxy_legend_handles` for further details). +Those artists with an empty string as label or with a label starting with +"_" will be ignored. + For full control of what is being added to the legend, it is common to pass the appropriate handles directly to :func:`legend`::