Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add projection and region to grdview docstring #1295

Merged
merged 3 commits into from
May 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pygmt/src/grdview.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 </tutorials/regions>` 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}
maxrjones marked this conversation as resolved.
Show resolved Hide resolved
zscale/zsize : float or str
Set z-axis scaling or z-axis size.
{B}
Expand Down