From 2a6ff6a84adff8133d48016f3c5140f070e4504d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yvonne=20Fr=C3=B6hlich?= <94163266+yvonnefroehlich@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:45:30 +0200 Subject: [PATCH] DOC: Mention datetime tutorial in Cartesian linear projection (#3473) --- .../projections/nongeo/cartesian_linear.py | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/examples/projections/nongeo/cartesian_linear.py b/examples/projections/nongeo/cartesian_linear.py index 84f2b6941b8..021d080ae94 100644 --- a/examples/projections/nongeo/cartesian_linear.py +++ b/examples/projections/nongeo/cartesian_linear.py @@ -4,18 +4,16 @@ **X**\ *width*\ [/*height*] or **x**\ *x-scale*\ [/*y-scale*] -Give the *width* of the figure and the optional *height*. -The lower-case version **x** is similar to **X** but expects -an *x-scale* and an optional *y-scale*. +Give the *width* of the figure and the optional *height*. The lower-case version +**x** is similar to **X** but expects an *x-scale* and an optional *y-scale*. -The Cartesian linear projection is primarily designed for regular -floating point data. To plot geographical data in a linear -projection, see the upstream GMT documentation -:gmt-docs:`Geographic coordinates +The Cartesian linear projection is primarily designed for regular floating point +data. To plot geographical data in a linear projection, see the upstream GMT +documentation :gmt-docs:`Geographic coordinates `. -To make the linear plot using calendar date/time as input -coordinates, see the GMT documentation -:gmt-docs:`Calendar time coordinates +To make the linear plot using calendar date/time as input coordinates, see the +tutorial :doc:`Plotting datetime charts `. +GMT documentation :gmt-docs:`Calendar time coordinates `. """