Skip to content

Commit

Permalink
Fix typo symbol to style
Browse files Browse the repository at this point in the history
Co-Authored-By: Dongdong Tian <seisman.info@gmail.com>
  • Loading branch information
weiji14 and seisman committed Oct 24, 2020
1 parent 6ef0eee commit 173587e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pygmt/base_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,13 +646,12 @@ 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 **style** below) must be present as last column in the
input. If **style** 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 173587e

Please sign in to comment.