We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164d61d commit ffc85e9Copy full SHA for ffc85e9
1 file changed
examples/gallery/lines/vector_heads_tails.py
@@ -27,6 +27,11 @@
27
the vector type, here ``"v"`` for Cartesian vector, see also the
28
:doc:`Vector types example </gallery/lines/vector_styles>`)
29
by passing the corresponding shortcuts to the ``style`` parameter.
30
+
31
+Note: Vectors were completely redesigned for GMT 5 which separated the vector
32
+head (a polygon) from the vector stem (a line). In GMT 4, the entire vector was
33
+a polygon. Thus, for plotting an arrow with a fill for both head and stem users
34
+have to follow the GMT 4 synthax explained at :gmt-docs:`plot.html#id13`.
35
"""
36
37
# %%
0 commit comments