|
31 | 31 |
|
32 | 32 | ############################################################################### |
33 | 33 | # |
34 | | -# :meth:`pygmt.Figure.grdimage` can take the optional argument ``projection`` |
| 34 | +# :meth:`pygmt.Figure.grdimage` can take the optional parameter ``projection`` |
35 | 35 | # for the map. In the example below, the ``projection`` is set as ``R12c`` for |
36 | 36 | # 12 centimeter figure with a Winkel Tripel projection. For a list of available |
37 | 37 | # projections, see :gmt-docs:`cookbook/map-projections.html`. |
|
44 | 44 | # Set a color map |
45 | 45 | # --------------- |
46 | 46 | # |
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 |
48 | 48 | # the figure. Examples of common CPTs for Earth relief are shown below. |
49 | 49 | # A full list of CPTs can be found at :gmt-docs:`cookbook/cpts.html`. |
50 | 50 |
|
|
70 | 70 | # |
71 | 71 | # The :meth:`pygmt.Figure.colorbar` method displays the CPT and the associated |
72 | 72 | # 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 |
74 | 74 | # :meth:`pygmt.Figure.colorbar` can be used to set the axis intervals and |
75 | 75 | # labels. A list is used to pass multiple arguments to ``frame``. In the |
76 | 76 | # example below, ``a2500`` sets the axis interval to 2,500, ``x+lElevation`` |
|
85 | 85 | # Create a region map |
86 | 86 | # ------------------- |
87 | 87 | # |
88 | | -# In addition to providing global data, the ``region`` argument for |
| 88 | +# In addition to providing global data, the ``region`` parameter for |
89 | 89 | # :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 |
91 | 91 | # minutes or higher, and accepts a list (as in the example below) or a string. |
92 | 92 | # The geographic ranges are passed as *xmin*/*xmax*/*ymin*/*ymax*. |
93 | 93 | # |
|
0 commit comments