Skip to content

Commit d385d91

Browse files
joa-quimremkos
andauthored
Add a reference in plot.rst to the CookBook section "Drawing of Vectors" (#8831)
* Add a reference in plot.rst to the CookBook section "Drawing of Vectors" * Refine explanation of vector classes and modifiers Corrected sentence structure and improved clarity regarding vector classes and their modifiers. --------- Co-authored-by: Remko Scharroo <remko.scharroo@eumetsat.int>
1 parent 36344f9 commit d385d91

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/rst/source/explain_symbols.rst_

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@
269269
There are three classes of vectors: Cartesian (left), circular (center) and geographic (right).
270270
While their use is slightly different, they all share common modifiers that affect how
271271
they are displayed.
272+
See also :ref:`Technical reference - Drawing of Vectors<reference/features:The Drawing of Vectors>`.
272273

273274
**-Sm**\ *size*\ [**+**\ *vecmodifiers*]
274275
**m**\ ath angle arc, optionally with one or two arrow heads [Default is

doc/rst/source/plot.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ Optional Arguments
323323
**b** (beginning) or **e** (end) to add a vector at only one end [Default is shared specs for both end of the line].
324324
**Note** - Because **+v** may take additional modifiers it must necessarily be given
325325
at the end of the pen specification. See the `Vector Attributes`_ for more information or such modifiers.
326+
See also :ref:`Technical reference - Drawing of Vectors<reference/features:The Drawing of Vectors>`
326327
- **+z** - If |-Z| is set, assign pen color via **-C**\ *cpt* and the *z*-values obtained
327328
(same if transparency is set via |-Z|). Finally, if pen *color* = *auto*\ [*-segment*] or *auto-table* then
328329
we will cycle through the pen colors implied by :term:`COLOR_SET` and change on a per-segment

0 commit comments

Comments
 (0)