You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using GMT
grd =grdcut("@earth_relief_01d", region = (110, 120, 10, 20))
cpt =grd2cpt(grd, C ="gray") # same situation for makecptgrdimage(grd, C = cpt, savefig ="test.pdf")
If "gray" is replaced with other cpt, there is no crash.