Skip to content

Commit 36582bc

Browse files
seismanweiji14
andauthored
Apply suggestions from code review
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
1 parent 491ed54 commit 36582bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pygmt/helpers/decorators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,15 +271,15 @@
271271
- *azimuth*: Azimuth angle of the viewpoint in degrees [Default is 180,
272272
i.e., looking from south to north].
273273
- *elevation*: Elevation angle of the viewpoint above the horizon [Default
274-
is 90, i.e., looking straight down].
274+
is 90, i.e., looking straight down at nadir].
275275
- *zlevel*: Z-level at which 2-D elements (e.g., the map frame) are drawn.
276276
Only applied when used together with ``zsize`` or ``zscale``. [Default is
277277
at the bottom of the z-axis].
278278
279279
Alternatively, set ``perspective=True`` to reuse the perspective setting
280280
from the previous plotting method, or pass a string following the full
281281
GMT syntax for finer control (e.g., adding ``+w`` or ``+v`` modifiers to
282-
select another axis location than the plot origin). See
282+
select an axis location other than the plot origin). See
283283
:gmt-docs:`gmt.html#perspective-full` for details.""",
284284
"projection": r"""
285285
projection

0 commit comments

Comments
 (0)