Hello,
Is there any way to plot UTM zones as straight longitudes (not curved)
– The final target is to plot a regtangular map for the whole world in UTM.
gmt begin UTM_two_zones png
gmt coast -JU35/5c -R24/30/-80/84 -W1/1 -G150
gmt coast -JU36/5c -R30/36/-80/84 -W1/1 -G150 -X10c
gmt end show
