Skip to content

Commit 35c2158

Browse files
Replace 'argument' by 'parameter' in tutorial 'Plotting Earth relief' (#2063)
1 parent f4e1e2d commit 35c2158

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/tutorials/advanced/earth_relief.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
###############################################################################
3333
#
34-
# :meth:`pygmt.Figure.grdimage` can take the optional argument ``projection``
34+
# :meth:`pygmt.Figure.grdimage` can take the optional parameter ``projection``
3535
# for the map. In the example below, the ``projection`` is set as ``R12c`` for
3636
# 12 centimeter figure with a Winkel Tripel projection. For a list of available
3737
# projections, see :gmt-docs:`cookbook/map-projections.html`.
@@ -44,7 +44,7 @@
4444
# Set a color map
4545
# ---------------
4646
#
47-
# :meth:`pygmt.Figure.grdimage` takes the ``cmap`` argument to set the CPT of
47+
# :meth:`pygmt.Figure.grdimage` takes the ``cmap`` parameter to set the CPT of
4848
# the figure. Examples of common CPTs for Earth relief are shown below.
4949
# A full list of CPTs can be found at :gmt-docs:`cookbook/cpts.html`.
5050

@@ -70,7 +70,7 @@
7070
#
7171
# The :meth:`pygmt.Figure.colorbar` method displays the CPT and the associated
7272
# Z-values of the figure, and by default uses the same CPT set by the ``cmap``
73-
# argument for :meth:`pygmt.Figure.grdimage`. The ``frame`` argument for
73+
# parameter for :meth:`pygmt.Figure.grdimage`. The ``frame`` parameter for
7474
# :meth:`pygmt.Figure.colorbar` can be used to set the axis intervals and
7575
# labels. A list is used to pass multiple arguments to ``frame``. In the
7676
# example below, ``a2500`` sets the axis interval to 2,500, ``x+lElevation``
@@ -85,9 +85,9 @@
8585
# Create a region map
8686
# -------------------
8787
#
88-
# In addition to providing global data, the ``region`` argument for
88+
# In addition to providing global data, the ``region`` parameter for
8989
# :meth:`pygmt.datasets.load_earth_relief` can be used to provide data for a
90-
# specific area. The ``region`` argument is required for resolutions at 5 arc
90+
# specific area. The ``region`` parameter is required for resolutions at 5 arc
9191
# minutes or higher, and accepts a list (as in the example below) or a string.
9292
# The geographic ranges are passed as *xmin*/*xmax*/*ymin*/*ymax*.
9393
#

0 commit comments

Comments
 (0)