for example,
region = [100,110,30,40]
fig.basemap(region=region, …)
fig.plot(region=region, x=90, y=25, direction=[[0],[10]], …)
The line cannot be plotted because the values of x and y are not within the specified region.
but i want to plot
for example,
region = [100,110,30,40]
fig.basemap(region=region, …)
fig.plot(region=region, x=90, y=25, direction=[[0],[10]], …)
The line cannot be plotted because the values of x and y are not within the specified region.
but i want to plot
GMT has a -N option in most modules. It stands for « not clipped to the region ». I don’t know if such option is implemented in pygmt yet
Thank you!
i solved it ![]()