Miller cylindricalΒΆ

J[lon0/]width: Give the optional central meridian lon0 and the figure width.

cyl miller

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.669 seconds)

Gallery generated by Sphinx-Gallery