-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plot/plot3d: Simplify the -A syntax to -Ax|y
- Loading branch information
Showing
9 changed files
with
46 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
**-A**\ [**m**\|\ **p**\|\ **x**\|\ **y**\|\ **r**\|\ **t**] | ||
**-A**\ [**x**\|\ **y**] | ||
By default, geographic line segments are drawn as great circle arcs by resampling | ||
coarse input data along such arcs. To disable this sampling and draw them as | ||
straight lines, use the |-A| flag. For Cartesian data, points are simply connected. | ||
To adjust these behaviors, append a directive: | ||
|
||
- **m** - Draw the line by first following a meridian, then a parallel. | ||
- **p** - Start following a parallel, then a meridian. (This can be practical | ||
to draw a line along parallels, for example). | ||
- **r** - For polar projections, draw stair-case curves whose first move is along *r*. | ||
- **t** - Same, but first move is along *theta*. | ||
- **x** - For Cartesian data, draw stair-case curves that whose first move is along *x*. | ||
- **y** - Same, but first move is along *y*. | ||
- **x** - First follow *x*, then *y* for staircase curves. | ||
- **y** - First follow *y*, then *x* for staircase curves. | ||
|
||
Here, *x* and *y* have the following meanings: | ||
|
||
- For Cartesian projections, *x* and *y* are the X- and Y-axis. | ||
- For gragraphic projections, *x* and *y* are parallels and meridians. | ||
- For polar projections, *x* and *y* are theta and radius. | ||
|
||
**Note**: In :doc:`plot3d`, the |-A| option requires constant *z*-coordinates. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters