Skip to content

Commit 7e709f8

Browse files
Use link for vector attributes
1 parent a451387 commit 7e709f8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

examples/gallery/lines/vector_heads_tails.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@
2020
(default is 30). The shape of the vector head can be adjusted using
2121
**+h**\ *shape* (e.g. ``"+h0.5"``).
2222
23-
For further modifiers see :gmt-docs:`plot.html#vector-attributes`.
24-
2523
In the following, we use the :meth:`pygmt.Figure.plot` method to plot vectors
2624
with individual heads and tails. We must specify the modifiers (together with
2725
the vector type, here ``"v"`` for Cartesian vector, see also the
2826
:doc:`Vector types example </gallery/lines/vector_styles>`)
2927
by passing the corresponding shortcuts to the ``style`` parameter.
3028
31-
Note: Vectors were completely redesigned for GMT 5 which separated the vector
29+
For further modifiers see :gmt-docs:`plot.html#vector-attributes`. Please note
30+
that vectors were completely redesigned for GMT 5 which separated the vector
3231
head (a polygon) from the vector stem (a line). In GMT 4, the entire vector was
3332
a polygon. Thus, to fill the entire vector with a color users have to follow the
3433
GMT 4 synthax explained at :gmt-docs:`plot.html#id13`.

0 commit comments

Comments
 (0)