Winkel TripelΒΆ

R[central meridian]/width: Give the optional central meridian (default is the center

of the region) and the map width.

misc winkel tripel

Out:

<IPython.core.display.Image object>

import pygmt

fig = pygmt.Figure()
# Use region "d" to specify global region (-180/180/-90/90)
fig.coast(region="d", projection="R12c", land="burlywood4", water="wheat1", frame="afg")
fig.show()

Total running time of the script: ( 0 minutes 0.801 seconds)

Gallery generated by Sphinx-Gallery