File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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-
2523In the following, we use the :meth:`pygmt.Figure.plot` method to plot vectors
2624with individual heads and tails. We must specify the modifiers (together with
2725the vector type, here ``"v"`` for Cartesian vector, see also the
2826:doc:`Vector types example </gallery/lines/vector_styles>`)
2927by 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
3231head (a polygon) from the vector stem (a line). In GMT 4, the entire vector was
3332a polygon. Thus, to fill the entire vector with a color users have to follow the
3433GMT 4 synthax explained at :gmt-docs:`plot.html#id13`.
You can’t perform that action at this time.
0 commit comments