8000 Reword note on legend handlers · matplotlib/matplotlib@634cbdd · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 634cbdd

Browse files
committed
Reword note on legend handlers
1 parent b649fe6 commit 634cbdd

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)
0