Skip to content

Commit

Permalink
Add missing aliases to pygmt.Figure.image.py (#1449)
Browse files Browse the repository at this point in the history
This PR adds the common timestamp option to the pygmt.Figure.image method.
  • Loading branch information
daroari committed Aug 20, 2021
1 parent 81db512 commit 5f50b70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pygmt/src/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
D="position",
F="box",
M="monochrome",
U="timestamp",
V="verbose",
X="xshift",
Y="yshift",
Expand Down Expand Up @@ -54,6 +55,7 @@ def image(self, imagefile, **kwargs):
monochrome : bool
Convert color image to monochrome grayshades using the (television)
YIQ-transformation.
{U}
{V}
{XY}
{c}
Expand Down

0 comments on commit 5f50b70

Please sign in to comment.