Skip to content

Commit

Permalink
Change some italicized arguments to bold in description of plot
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Oct 23, 2020
1 parent 5039540 commit 0f60edf
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pygmt/base_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,12 +643,13 @@ def plot(self, x=None, y=None, data=None, sizes=None, direction=None, **kwargs):
If a symbol is selected and no symbol size given, then plot will
interpret the third column of the input data as symbol size. Symbols
whose size is <= 0 are skipped. If no symbols are specified then the
symbol code (see *symbol* below) must be present as last column in the
input. If *symbol* is not used, a line connecting the data points will
be drawn instead. To explicitly close polygons, use *close*. Select a
fill with *color*. If *color* is set, *pen* will control whether the
polygon outline is drawn or not. If a symbol is selected, *color* and
*pen* determines the fill and outline/no outline, respectively.
symbol code (see **symbol** below) must be present as last column in
the input. If **symbol** is not used, a line connecting the data points
will be drawn instead. To explicitly close polygons, use **close**.
Select a fill with **color**. If **color** is set, **pen** will control
whether the polygon outline is drawn or not. If a symbol is selected,
**color** and **pen** determines the fill and outline/no outline,
respectively.
Full option list at :gmt-docs:`plot.html`
Expand Down

0 comments on commit 0f60edf

Please sign in to comment.