Skip to content

Commit 1ce7a6e

Browse files
authored
Add a reference to vector types example in vector-heads-tails.py (#988)
1 parent 339805e commit 1ce7a6e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/gallery/line/vector-heads-tails.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
2626
In the following we use the :meth:`pygmt.Figure.plot` method to plot vectors
2727
with individual heads and tails. We must specify the modifiers (together with
28-
the vector type, here ``v``) by passing the corresponding shortcuts to the
29-
``style`` parameter.
28+
the vector type, here ``v``, see also
29+
:doc:`Vector types documentation </gallery/line/vectors>`.)
30+
by passing the corresponding shortcuts to the ``style`` parameter.
3031
3132
"""
3233

0 commit comments

Comments
 (0)