Thanks to visit codestin.com Credit goes to github.com
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 0e8a62d commit 4ed0106Copy full SHA for 4ed0106
examples/text_labels_and_annotations/annotation_demo.py
@@ -5,7 +5,9 @@
5
6
The following examples show how it is possible to annotate plots in matplotlib.
7
This includes highlighting specific points of interest and using various
8
-visual tools to call attention to this point.
+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>`_.
11
"""
12
13
import matplotlib.pyplot as plt
0 commit comments