File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
# Contour line settings
32
32
# ---------------------
33
33
#
34
- # Use the ``annotation`` and ``interval`` arguments to adjust contour line
34
+ # Use the ``annotation`` and ``interval`` parameters to adjust contour line
35
35
# intervals. In the example below, there are contour intervals every 250 meters
36
36
# and annotated contour lines every 1,000 meters.
37
37
47
47
# Contour limits
48
48
# --------------
49
49
#
50
- # The ``limit`` argument sets the minimum and maximum values for the contour
51
- # lines. The argument takes the low and high values, and is either a list (as
50
+ # The ``limit`` parameter sets the minimum and maximum values for the contour
51
+ # lines. The parameter takes the low and high values, and is either a list (as
52
52
# below) or a string ``limit="-4000/-2000"``.
53
53
54
54
fig = pygmt .Figure ()
64
64
# Map settings
65
65
# ------------
66
66
#
67
- # The :meth:`pygmt.Figure.grdcontour` method accepts additional arguments ,
67
+ # The :meth:`pygmt.Figure.grdcontour` method accepts additional parameters ,
68
68
# including setting the projection and frame.
69
69
70
70
fig = pygmt .Figure ()
85
85
# The :meth:`pygmt.Figure.grdimage` method can be used to add a
86
86
# colormap to the contour map. It must be called prior to
87
87
# :meth:`pygmt.Figure.grdcontour` to keep the contour lines visible on the
88
- # final map. If the ``projection`` argument is specified in the
88
+ # final map. If the ``projection`` parameter is specified in the
89
89
# :meth:`pygmt.Figure.grdimage` method, it does not need to be repeated in the
90
90
# :meth:`pygmt.Figure.grdcontour` method.
91
91
Original file line number Diff line number Diff line change 44
44
45
45
###############################################################################
46
46
# To plot multiple lines, :meth:`pygmt.Figure.plot` needs to be used for each
47
- # additional line. Arguments such as ``region``, ``projection``, and ``frame``
47
+ # additional line. Parameters such as ``region``, ``projection``, and ``frame``
48
48
# do not need to be repeated in subsequent uses.
49
49
50
50
fig = pygmt .Figure ()
You can’t perform that action at this time.
0 commit comments