@@ -14,7 +14,7 @@ Synopsis
1414
1515**gmt clip ** [ *table * ] |-J |\ *parameters * |-C |\ [*n *]
1616|SYN_OPT-Rz |
17- [ |-A |\ [**m ** \|\ ** p ** \|\ ** x **\|\ **y ** \|\ ** r ** \|\ ** t **] ]
17+ [ |-A |\ [**x **\|\ **y **] ]
1818[ |SYN_OPT-B | ]
1919|-J |\ **z **\|\ **Z **\ *parameters * ]
2020[ |-N | ]
@@ -89,16 +89,20 @@ Optional Arguments
8989
9090.. _-A :
9191
92- **-A **\ [**m **\|\ **p **\|\ **x **\|\ **y **\|\ **r **\|\ **t **]
93- By default, geographic line segments are connected as great circle arcs. To connect them as
94- straight lines, use the |-A | flag. Alternatively, add **m ** to connect
95- the line by first following a meridian, then a parallel. Or append **p **
96- to start following a parallel, then a meridian. (This can be practical
97- to connect lines along parallels, for example).
98- For Cartesian data, points are simply connected, unless you append
99- **x ** or **y ** to construct stair-case paths whose first move is along
100- *x * or *y *, respectively. For polar projection, append **r ** or **t ** to
101- draw stair-case curves that whose first move is along *r * or *theta *, respectively.
92+ **-A **\ [**x **\|\ **y **]
93+ By default, geographic line segments are connected as great circle arcs by resampling
94+ coarse input data along such arcs. To disable this sampling and connect them as
95+ straight lines, use the |-A | flag. For Cartesian data, points are simply connected.
96+ To adjust these behaviors, append a directive:
97+
98+ - **x ** - First follow *x *, then *y * for staircase curves.
99+ - **y ** - First follow *y *, then *x * for staircase curves.
100+
101+ Here, *x * and *y * have the following meanings:
102+
103+ - For Cartesian projections, *x * and *y * are the X- and Y-axis.
104+ - For gragraphic projections, *x * and *y * are parallels and meridians.
105+ - For polar projections, *x * and *y * are theta and radius.
102106
103107.. |Add_-B | replace :: |Add_-B_links |
104108.. include :: explain_-B.rst_
0 commit comments