Hi! I have few questions:
I am trying to fit the borders of this map, but I am having some problems to do it.
My code:
#!/usr/bin/env bash
gmt begin inset pdf, I+m1c
infile=ETOPO1_Ice_g_gmt4.grd
print_size=10
gmt grdimage $infile -R65/95/8/50 -JM$print_size -I+a100+ne0.8
gmt pscoast -R65/95/8/50 -JM$print_size -B -Dh -N1/1.00p,
gmt end show
I guess it is a projection problem, but I haven been able to figure it out.
*Other question: How would I plot only the outside border shape (not the border inland)?
thanks in advance!