Skip to content

Commit 52434e7

Browse files
committed
Clean up docstring in azim_equidistant.py
1 parent c4c4165 commit 52434e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/projections/azim/azim_equidistant.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
that lie within a certain distance or for comparing distances of different
99
locations relative to the projection center.
1010
11-
**e**\ *lon0*\ **/**\ *lat0*\ [**/**\ *horizon*]\ **/**\ *scale* or
12-
**E**\ *lon0*\ **/**\ *lat0*\ [**/**\ *horizon*]\ **/**\ *width*
11+
**e**\ *lon0/at0*\ [*/horizon*]\ */scale* or
12+
**E**\ *lon0/lat0*\ [*/horizon*]\ */width*
1313
14-
*lon0*\ **/**\ *lat0* specifies the projection center. The optional parameter
14+
*lon0/lat0* specifies the projection center. The optional parameter
1515
*horizon* specifies the max distance to the projection center (i.e. the
1616
visibile portion of the rest of the world map) in degrees <= 180° (default 180°). The
1717
size of the figure is set by *scale* or *width*.

0 commit comments

Comments
 (0)