Skip to content

Commit 0c64c87

Browse files
committed
Updating documentation for conic_albers.py
1 parent cacb8be commit 0c64c87

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/projections/conic/conic_albers.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@
1111
Between them, the scale along parallels is too small; beyond them it is too large.
1212
The opposite is true for the scale along meridians.
1313
14-
``Blon0/lat0/lat1/lat2/width``: Give projection center ``lon0/lat0`` and two standard
15-
parallels ``lat1/lat2``.
14+
**b**\ *lon0/lat0*\ /\ *lat1/lat2*\ */scale*
15+
or **B**\ *lon0/lat0*\ /\ *lat1/lat2*\ */width*``
16+
17+
The projection is set with **b** or **B**. The projection center is set by *lon0/lat0*
18+
and two standard parallels for the map are set with *lat1/lat2*. The figure size is set
19+
with *scale* or *width*.
1620
"""
1721
import pygmt
1822

0 commit comments

Comments
 (0)