You can use the rose
parameter in pygmt.Figure.basemap
. Here is an example:
import pygmt
fig = pygmt.Figure()
fig.basemap(region=[-6, 6, -6, 6], projection="M10c", frame=True, rose="JMC+w7c+f3+l")
fig.show()
Thanks, very helpful!
You can use the rose
parameter in pygmt.Figure.basemap
. Here is an example:
import pygmt
fig = pygmt.Figure()
fig.basemap(region=[-6, 6, -6, 6], projection="M10c", frame=True, rose="JMC+w7c+f3+l")
fig.show()
Thanks, very helpful!