We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ba2ab commit 7a4c763Copy full SHA for 7a4c763
examples/gallery/maps/borders.py
@@ -11,9 +11,9 @@
11
* **3** = Marine boundaries
12
* **a** = All boundaries (1-3)
13
14
-For example, to draw national boundaries with 1p thickness black lines use
15
-``borders="1/1p,black"``. You can draw multiple boundaries by passing in a list to
16
-``borders``.
+For example, to draw national boundaries with a line thickness of 1p and black line
+color use ``borders="1/1p,black"``. You can draw multiple boundaries by passing in
+a list to ``borders``.
17
"""
18
import pygmt
19
0 commit comments