Skip to content

Commit 47674e3

Browse files
Highlight arguments for "style" attribute of "pen" parameter in Gallery example "Line styles" (#2520)
1 parent 14c07b4 commit 47674e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/gallery/lines/linestyles.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
99
A *pen* in GMT has three attributes: *width*, *color*, and *style*.
1010
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.
11+
Giving ``"dotted"`` or ``"."`` yields a dotted line, whereas a dashed pen is
12+
requested with ``"dashed"`` or ``"-"``. Also combinations of dots and dashes,
13+
like ``".-"`` for a dot-dashed line, are allowed.
1414
1515
For more advanced *pen* attributes, see the GMT cookbook
1616
:gmt-docs:`cookbook/features.html#wpen-attrib`.

0 commit comments

Comments
 (0)