Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions examples/gallery/line/vector-heads-tails.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@

In the following we use the :meth:`pygmt.Figure.plot` method to plot vectors
with individual heads and tails. We must specify the modifiers (together with
the vector type, here ``v``) by passing the corresponding shortcuts to the
``style`` parameter.
the vector type, here ``v``, see also
:doc:`Vector types documentation </gallery/line/vectors>`.)
by passing the corresponding shortcuts to the ``style`` parameter.

"""

Expand Down