From e3510adb020a0695faddc4fdd2119aa167c69d8a Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Wed, 16 Jun 2021 13:22:26 -0400 Subject: [PATCH] plot: Fix 'columns' to 'incols' in docstrings (#1337) --- pygmt/src/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygmt/src/plot.py b/pygmt/src/plot.py index 192a33c1fae..df87972074a 100644 --- a/pygmt/src/plot.py +++ b/pygmt/src/plot.py @@ -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``.