@@ -86,9 +86,9 @@ def project( # noqa: PLR0913
8686
8787 Data can be selectively windowed by using the ``length`` and ``width``
8888 parameters. If ``width`` is used, the projection width is set to use only
89- data with :math:`w_{{ min}} < q < w_{{ max} }`. If ``length`` is set, then
89+ data with :math:`w_{min} < q < w_{max}`. If ``length`` is set, then
9090 the length is set to use only those data with
91- :math:`l_{{ min}} < p < l_{{ max} }`. If the ``endpoint`` parameter
91+ :math:`l_{min} < p < l_{max}`. If the ``endpoint`` parameter
9292 has been used to define the projection, then ``length="w"`` may be used to
9393 window the length of the projection to exactly the span from O to B.
9494
@@ -98,10 +98,10 @@ def project( # noqa: PLR0913
9898 x-axis. azimuth = 90 - theta.
9999
100100 No assumptions are made regarding the units for
101- :math:`x, y, r, s, p, q, dist, l_{{ min}} , l_{{ max}} , w_{{ min}} , w_{{ max} }`.
101+ :math:`x, y, r, s, p, q, dist, l_{min}, l_{max}, w_{min}, w_{max}`.
102102 If ``unit`` is selected, map units are assumed and :math:`x, y, r, s` must
103103 be in degrees and
104- :math:`p, q, dist, l_{{ min}} , l_{{ max}} , w_{{ min}} , w_{{ max} }`
104+ :math:`p, q, dist, l_{min}, l_{max}, w_{min}, w_{max}`
105105 will be in km.
106106
107107 Calculations of specific great-circle and geodesic distances or for
@@ -159,15 +159,15 @@ def project( # noqa: PLR0913
159159 through *cx*/*cy*, append **+c** to compute the required colatitude.
160160 Use ``center`` and ``endpoint`` to generate a circle that goes
161161 through the center and end point. Note, in this case the center and
162- end point cannot be farther apart than :math:`2|\mbox{{ colat} }|`.
162+ end point cannot be farther apart than :math:`2|\mbox{colat}|`.
163163 Finally, if you append **+h** then we will report the position of
164164 the pole as part of the segment header [Default is no header].
165165 **Note**: No input is read and the value of ``data``, ``x``, ``y``,
166166 and ``z`` is ignored if ``generate`` is used.
167167 length
168168 (*lmin*, *lmax*) or ``"limit"``.
169169 Project only those data whose *p* coordinate is within
170- :math:`l_{{ min}} < p < l_{{ max} }`. If ``endpoint`` has been set, then you may
170+ :math:`l_{min} < p < l_{max}`. If ``endpoint`` has been set, then you may
171171 alternatively set it to ``"limit"`` to stay within the distance from ``center``
172172 to ``endpoint``.
173173 flat_earth : bool
@@ -176,7 +176,7 @@ def project( # noqa: PLR0913
176176
177177 unit : bool
178178 Set units for :math:`x, y, r, s` to degrees and
179- :math:`p, q, dist, l_{{ min}} , l_{{ max}} , w_{{ min}} , w_{{ max} }` to km.
179+ :math:`p, q, dist, l_{min}, l_{max}, w_{min}, w_{max}` to km.
180180 [Default is ``False``; all arguments use the same units]
181181
182182 sort : bool
@@ -188,7 +188,7 @@ def project( # noqa: PLR0913
188188 width
189189 (*w_min*, *w_max*).
190190 Specify width controls for the projected points. Project only those points whose
191- q coordinate is within :math:`w_{{ min}} < q < w_{{ max} }`.
191+ q coordinate is within :math:`w_{min} < q < w_{max}`.
192192
193193 ellipse : str
194194 *major*/*minor*/*azimuth* [**+e**\|\ **n**].
0 commit comments