Skip to content

Commit 0f60edf

Browse files
committed
Change some italicized arguments to bold in description of plot
1 parent 5039540 commit 0f60edf

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pygmt/base_plotting.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -643,12 +643,13 @@ def plot(self, x=None, y=None, data=None, sizes=None, direction=None, **kwargs):
643643
If a symbol is selected and no symbol size given, then plot will
644644
interpret the third column of the input data as symbol size. Symbols
645645
whose size is <= 0 are skipped. If no symbols are specified then the
646-
symbol code (see *symbol* below) must be present as last column in the
647-
input. If *symbol* is not used, a line connecting the data points will
648-
be drawn instead. To explicitly close polygons, use *close*. Select a
649-
fill with *color*. If *color* is set, *pen* will control whether the
650-
polygon outline is drawn or not. If a symbol is selected, *color* and
651-
*pen* determines the fill and outline/no outline, respectively.
646+
symbol code (see **symbol** below) must be present as last column in
647+
the input. If **symbol** is not used, a line connecting the data points
648+
will be drawn instead. To explicitly close polygons, use **close**.
649+
Select a fill with **color**. If **color** is set, **pen** will control
650+
whether the polygon outline is drawn or not. If a symbol is selected,
651+
**color** and **pen** determines the fill and outline/no outline,
652+
respectively.
652653
653654
Full option list at :gmt-docs:`plot.html`
654655

0 commit comments

Comments
 (0)