From 1f506dd1eaec472c86a3d988772847cbad100ecb Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Tue, 25 May 2021 22:10:26 -0400 Subject: [PATCH] Add projection and region to grdview docstring (#1295) Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com> --- pygmt/src/grdview.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pygmt/src/grdview.py b/pygmt/src/grdview.py index 0810a2a06bd..8e4bf7bc429 100644 --- a/pygmt/src/grdview.py +++ b/pygmt/src/grdview.py @@ -58,6 +58,13 @@ def grdview(self, grid, **kwargs): grid : str or xarray.DataArray The file name of the input relief grid or the grid loaded as a DataArray. + region : str or list + *xmin/xmax/ymin/ymax*\ [**+r**][**+u**\ *unit*]. + Specify the :doc:`region ` of interest. When used + with ``perspective``, optionally append */zmin/zmax* to indicate the + range to use for the 3-D axes [Default is the region in the input + grid]. + {J} zscale/zsize : float or str Set z-axis scaling or z-axis size. {B}