Skip to content

Commit

Permalink
Add missing common options to contour (GenericMappingTools#1446)
Browse files Browse the repository at this point in the history
* Add missing common options to contour

Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
  • Loading branch information
2 people authored and Josh Sixsmith committed Dec 21, 2022
1 parent 01aeb96 commit c6dbe79
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pygmt/src/contour.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit c6dbe79

Please sign in to comment.