We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c07b4 commit 47674e3Copy full SHA for 47674e3
examples/gallery/lines/linestyles.py
@@ -8,9 +8,9 @@
8
9
A *pen* in GMT has three attributes: *width*, *color*, and *style*.
10
The *style* attribute controls the appearance of the line.
11
-Giving "dotted" or "." yields a dotted line, whereas a dashed pen is requested
12
-with "dashed" or "-". Also combinations of dots and dashes, like ".-" for a
13
-dot-dashed line, are allowed.
+Giving ``"dotted"`` or ``"."`` yields a dotted line, whereas a dashed pen is
+requested with ``"dashed"`` or ``"-"``. Also combinations of dots and dashes,
+like ``".-"`` for a dot-dashed line, are allowed.
14
15
For more advanced *pen* attributes, see the GMT cookbook
16
:gmt-docs:`cookbook/features.html#wpen-attrib`.
0 commit comments