Skip to content

Commit

Permalink
Trim whitespace between +a azimuth and others
Browse files Browse the repository at this point in the history
Co-Authored-By: Dongdong Tian <seisman.info@gmail.com>
  • Loading branch information
weiji14 and seisman committed Sep 22, 2020
1 parent 6f0c34a commit 6b6e63a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygmt/base_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@ def grdimage(self, grid, **kwargs):
Give the name of a grid file with intensities in the (-1,+1) range,
or a constant intensity to apply everywhere (affects the ambient
light). Alternatively, derive an intensity grid from the input data
grid via a call to `grdgradient`; append **+a** \\ *azimuth*,
**+n** \\ *args*, and **+m** \\ *ambient* to specify azimuth,
grid via a call to `grdgradient`; append **+a**\\ *azimuth*,
**+n**\\ *args*, and **+m**\\ *ambient* to specify azimuth,
intensity, and ambient arguments for that module, or just give
**+d** to select the default arguments (``+a-45+nt1+m0``). If you
want a more specific intensity scenario then run `grdgradient`
Expand Down

0 comments on commit 6b6e63a

Please sign in to comment.