Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a86a71

Browse files
committed
Reword note on legend handlers
1 parent 517bccb commit 1a86a71

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/matplotlib/legend_handler.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
44
.. important::
55
6-
It is strongly encouraged to have read the :doc:`legend guide
7-
</tutorials/intermediate/legend_guide>` before this documentation.
6+
This is a low-level legend API, which most end users do not need.
7+
8+
We recommend that you are familiar with the :doc:`legend guide
9+
</tutorials/intermediate/legend_guide>` before reading this documentation.
810
911
Legend handlers are expected to be a callable object with a following
1012
signature. ::

0 commit comments

Comments
 (0)