Note
Click here to download the full example code
Miller cylindricalΒΆ
J[lon0/]width
: Give the optional central meridian lon0
and the figure width
.
Out:
<IPython.core.display.Image object>
import pygmt
fig = pygmt.Figure()
fig.coast(
region=[-180, 180, -80, 80],
projection="J-65/12c",
land="khaki",
water="azure",
shorelines="thinnest",
frame="afg",
)
fig.show()
Total running time of the script: ( 0 minutes 0.772 seconds)