@@ -82,16 +82,15 @@ def grdproject( # noqa: PLR0913
8282 When set to ``True``, do the inverse transformation, from rectangular to
8383 geographical [Default is ``False``].
8484 unit
85- Set the projected measure unit. Valid values are ``"c"`` (centimeters),
86- ``"i"`` (inches), and ``"p"`` (points) [Default is set by
87- :gmt-term:`PROJ_LENGTH_UNIT`]. Cannot be used with ``scaling``.
85+ Set the projected measure unit. See :doc:`/techref/units#plot-units` for
86+ supported units [Default is set by :gmt-term:`PROJ_LENGTH_UNIT`]. Cannot be used
87+ with ``scaling``.
8888 scaling
8989 Force 1:1 scaling, i.e., output (or input, see ``inverse``) data are in actual
90- projected meters. To specify other units, set it to ``"f"`` (feet),
91- ``"k"`` (kilometers), ``"M"`` (statute miles), ``"n"`` (nautical miles),
92- ``"u"`` (US survey feet), ``"i"`` (inches), ``"c"`` (centimeters), or
93- ``"p"`` (points). Without ``scaling``, the output (or input, see ``inverse``) is
94- in the units specified by :gmt-term:`PROJ_LENGTH_UNIT` (but see ``unit``).
90+ projected meters. To specify other units, set it to
91+ a supported distance unit or plot unit (see :doc:`/techref/units`). Without
92+ ``scaling``, the output (or input, see ``inverse``) is in the units specified
93+ by :gmt-term:`PROJ_LENGTH_UNIT` (but see ``unit``).
9594 $projection
9695 $region
9796 $verbose
0 commit comments