Skip to content

Commit 2a6ff6a

Browse files
DOC: Mention datetime tutorial in Cartesian linear projection (#3473)
1 parent a5df06c commit 2a6ff6a

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

examples/projections/nongeo/cartesian_linear.py

+8-10
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@
44
55
**X**\ *width*\ [/*height*] or **x**\ *x-scale*\ [/*y-scale*]
66
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*.
109
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
1513
<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
1917
<reference/coordinate-transformations.html#calendar-time-coordinates>`.
2018
"""
2119

0 commit comments

Comments
 (0)