Skip to content

Commit f03d4f4

Browse files
Figure.grdview: Fix typo in docs (#3093)
1 parent a5d8b14 commit f03d4f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygmt/src/grdview.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ def grdview(self, grid, **kwargs):
6363
The name of the color palette table to use.
6464
drapegrid : str or xarray.DataArray
6565
The file name or a DataArray of the image grid to be draped on top
66-
of the relief provided by grid. [Default determines colors from
67-
grid]. Note that ``zscale`` and ``plane`` always refers to the grid.
66+
of the relief provided by ``grid`` [Default determines colors from grid].
67+
Note that ``zscale`` and ``plane`` always refer to the grid.
6868
The drapegrid only provides the information pertaining to colors, which
6969
(if drapegrid is a grid) will be looked-up via the CPT (see ``cmap``).
7070
plane : float or str

0 commit comments

Comments
 (0)