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

Skip to content

Commit 4ed0106

Browse files
committed
adding ref to annotation tutorial
1 parent 0e8a62d commit 4ed0106

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/text_labels_and_annotations/annotation_demo.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
66
The following examples show how it is possible to annotate plots in matplotlib.
77
This includes highlighting specific points of interest and using various
8-
visual tools to call attention to this point.
8+
visual tools to call attention to this point. For a more complete and in-depth
9+
description of the annotation and text tools in :ref:`matplotlib`, see the
10+
`tutorial on annotation <http://matplotlib.org/users/annotations.html>`_.
911
"""
1012

1113
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)