From 6ebeaee4f2c92e4ae1942ab61a5a7dd0b671b7c3 Mon Sep 17 00:00:00 2001 From: Michael Grund Date: Tue, 2 Mar 2021 22:29:59 +0100 Subject: [PATCH] Add a reference to vector types example in vector-heads-tails.py I think we should also have a reference to the recently deployed vector type gallery example. --- examples/gallery/line/vector-heads-tails.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/gallery/line/vector-heads-tails.py b/examples/gallery/line/vector-heads-tails.py index d7c2c0aee6b..c7293a1ffe9 100644 --- a/examples/gallery/line/vector-heads-tails.py +++ b/examples/gallery/line/vector-heads-tails.py @@ -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 `.) +by passing the corresponding shortcuts to the ``style`` parameter. """