We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacb8be commit 0c64c87Copy full SHA for 0c64c87
examples/projections/conic/conic_albers.py
@@ -11,8 +11,12 @@
11
Between them, the scale along parallels is too small; beyond them it is too large.
12
The opposite is true for the scale along meridians.
13
14
-``Blon0/lat0/lat1/lat2/width``: Give projection center ``lon0/lat0`` and two standard
15
-parallels ``lat1/lat2``.
+**b**\ *lon0/lat0*\ /\ *lat1/lat2*\ */scale*
+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*.
20
"""
21
import pygmt
22
0 commit comments