Hello,
I am working on a base map with contours, and I want to color the contours as a transparent. I have a cpt file for that.
Here’s the map before trying to color it:
I used the command:
gmt grdimage contour.grd $REG $PROJ -Ccolors.cpt -t80 -O -K >> gmt.ps
I am trying to color only the range between 300 and 5000 for the map. However, after using the above command, the result is this:
Any thoughts? I want the color to be transparent and the black places to show the base map not black.
Thank you