File tree 1 file changed +8
-10
lines changed
examples/projections/nongeo
1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 4
4
5
5
**X**\ *width*\ [/*height*] or **x**\ *x-scale*\ [/*y-scale*]
6
6
7
- Give the *width* of the figure and the optional *height*.
8
- The lower-case version **x** is similar to **X** but expects
9
- an *x-scale* and an optional *y-scale*.
7
+ Give the *width* of the figure and the optional *height*. The lower-case version
8
+ **x** is similar to **X** but expects an *x-scale* and an optional *y-scale*.
10
9
11
- The Cartesian linear projection is primarily designed for regular
12
- floating point data. To plot geographical data in a linear
13
- projection, see the upstream GMT documentation
14
- :gmt-docs:`Geographic coordinates
10
+ The Cartesian linear projection is primarily designed for regular floating point
11
+ data. To plot geographical data in a linear projection, see the upstream GMT
12
+ documentation :gmt-docs:`Geographic coordinates
15
13
<reference/coordinate-transformations.html#geographic-coordinates>`.
16
- To make the linear plot using calendar date/time as input
17
- coordinates, see the GMT documentation
18
- :gmt-docs:`Calendar time coordinates
14
+ To make the linear plot using calendar date/time as input coordinates, see the
15
+ tutorial :doc:`Plotting datetime charts </tutorials/advanced/date_time_charts>`.
16
+ GMT documentation :gmt-docs:`Calendar time coordinates
19
17
<reference/coordinate-transformations.html#calendar-time-coordinates>`.
20
18
"""
21
19
You can’t perform that action at this time.
0 commit comments