Yes, that’s exactly the map i’m getting with the code, now that I know about the paper size I won’t struggle with it.
I’m also trying to set de north arrow but when I add the code in the line of gmt basemap it doesn’t show me the title or the arrow.
gmt grdcut @earth_relief_03m_g -Gearthrelief3m.grd -R116/123/16/19
Set Map1=earthrelief3m.grd
echo %Map1%
gmt begin map1_3 png
gmt set FONT_LABEL = 10p MAP_FRAME_TYPE plain FONT_ANNOT_PRIMARY = 10p FONT_ANNOT_SECONDARY = 10p FONT_TITLE = 12p
gmt basemap -R116/123/16/19 -Jt120/1:10000000 -B5g1 -B+t"Mapa de batimetría y topografía" -Tfx5c/5c+l[n]
gmt makecpt -Cbukavu -T-5402,-4000,-3500,-3000,-2000,-1500,-1000,-900,-800,-700,-600,-500,-400,-300,-200,-100,0,100,1000,2168.5 -Z -H> Topomap1.cpt
gmt grdimage %Map1% -Jt120/1:10000000 -CTopomap1.cpt -Bxa3g3 -Bya1g1 -R116/123/16/19 -I-0.25
gmt coast -Jt120/1:10000000 -R116/123/16/19 -Df -W1p
gmt colorbar -Dx3.5c/-1c+w6c/0.2c+jTC+h -CTopomap1.cpt -Baf -I0 -R116/123/16/19 -Jt120/1:10000000
gmt end show