|
23 | 23 | definition); **+a** indicates that the input data is rotated clockwise
|
24 | 24 | relative to the north direction (geographical azimuth angle).
|
25 | 25 |
|
26 |
| -- **+r**\ *offset*: represents the offset of the r axis. This modifier allows |
| 26 | +- **+r**\ *offset*: represents the offset of the r-axis. This modifier allows |
27 | 27 | you to offset the center of the circle from r=0.
|
28 | 28 |
|
29 | 29 | - **+t**\ *origin*: sets the angle corresponding to the east direction which is
|
|
34 | 34 | - **+f**: reverses the radial direction.
|
35 | 35 |
|
36 | 36 | - Append **e** to indicate that the r-axis is an elevation angle, and the
|
37 |
| - range of the r-axis should be between 0 and 90. |
38 |
| - - Appending **p** sets the current earth radius (determined by |
| 37 | + range of the r-axis should be between 0° and 90°. |
| 38 | + - Appending **p** sets the current Earth radius (determined by |
39 | 39 | :gmt-term:`PROJ_ELLIPSOID`)
|
40 |
| - to the maximum value of the r axis when the r axis is reversed. |
41 |
| - - Append *radius* to set the maximum value of the r axis. |
| 40 | + to the maximum value of the r-axis when the r-axis is reversed. |
| 41 | + - Append *radius* to set the maximum value of the r-axis. |
42 | 42 |
|
43 |
| -- **+z**: indicates that the r axis is marked as depth instead of radius (e.g. |
| 43 | +- **+z**: indicates that the r-axis is marked as depth instead of radius (e.g. |
44 | 44 | *r = radius - z*).
|
45 | 45 |
|
46 |
| - - Append **p** to set radius to the current earth radius. |
| 46 | + - Append **p** to set radius to the current Earth radius. |
47 | 47 | - Append *radius* to set the value of the radius.
|
48 | 48 |
|
49 | 49 | """
|
|
150 | 150 | region=[0, 90, 3480, 6371],
|
151 | 151 | # set map width to 5 cm and interpret input data as geographic azimuth
|
152 | 152 | # instead of standard angle, rotate coordinate system counterclockwise by
|
153 |
| - # 45 degrees, r axis is marked as depth |
| 153 | + # 45 degrees, r-axis is marked as depth |
154 | 154 | projection="P5c+a+t45+z",
|
155 | 155 | # set the frame and color
|
156 | 156 | frame=["xa30f", "ya", "WNse+gbisque"],
|
|
0 commit comments