We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076de50 commit 8d5b10bCopy full SHA for 8d5b10b
1 file changed
examples/projections/nongeo/polar.py
@@ -34,15 +34,15 @@
34
35
- Append **e** to indicate that the r-axis is an elevation angle, and the range of the
36
r-axis should be between 0° and 90°.
37
- - Appending **p** sets the current Earth radius (determined by
+ - Appending **p** sets the current Earth's radius (determined by
38
:gmt-term:`PROJ_ELLIPSOID`) to the maximum value of the r-axis when the r-axis is
39
reversed.
40
- Append *radius* to set the maximum value of the r-axis.
41
42
- **+z**: indicates that the r-axis is marked as depth instead of radius (e.g.,
43
*r = radius - z*).
44
45
- - Append **p** to set radius to the current Earth radius.
+ - Append **p** to set radius to the current Earth's radius.
46
- Append *radius* to set the value of the radius.
47
"""
48
0 commit comments