Skip to content

Commit

Permalink
plot: Fix 'columns' to 'incols' in docstrings (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Jun 16, 2021
1 parent a10af5d commit e3510ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/src/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def plot(self, x=None, y=None, data=None, size=None, direction=None, **kwargs):
data : str or {table-like}
Pass in either a file name to an ASCII data table, a 2D
{table-classes}.
Use parameter ``columns`` to choose which columns are x, y, color, and
Use parameter ``incols`` to choose which columns are x, y, color, and
size, respectively.
size : 1d array
The size of the data points in units specified using ``style``.
Expand Down

0 comments on commit e3510ad

Please sign in to comment.