diff --git a/pygmt/datasets/earth_relief.py b/pygmt/datasets/earth_relief.py index 9c248989f57..dacd6333966 100644 --- a/pygmt/datasets/earth_relief.py +++ b/pygmt/datasets/earth_relief.py @@ -66,8 +66,8 @@ def load_earth_relief(resolution="01d", region=None, registration=None, use_srtm Notes ----- The :class:`xarray.DataArray` grid doesn't support slice operation, for - Earth relief data with resolutions higher than "05m", which are stored as - smaller tiles. + Earth relief data with resolutions of 5 arc-minutes or higher, which are + stored as smaller tiles. Examples -------- diff --git a/pygmt/src/contour.py b/pygmt/src/contour.py index 56835e1cc78..871ad994e33 100644 --- a/pygmt/src/contour.py +++ b/pygmt/src/contour.py @@ -27,11 +27,17 @@ N="no_clip", R="region", S="skip", + U="timestamp", V="verbose", W="pen", X="xshift", Y="yshift", + b="binary", c="panel", + d="nodata", + e="find", + f="coltypes", + h="header", i="incols", l="label", p="perspective", @@ -106,9 +112,15 @@ def contour(self, x=None, y=None, z=None, data=None, **kwargs): to be of the format [*annotcontlabel*][/*contlabel*]. If either label contains a slash (/) character then use ``|`` as the separator for the two labels instead. + {U} {V} {XY} + {b} {c} + {d} + {e} + {f} + {h} {i} {p} {t}