I’ve made a discrete no_green cpt that appears correctly on my map but incorrectly in the associated scale bar where it is continuous and I cannot figure out how to fix this? Here is some code:
gmt makecpt -Cno_green -T-7000/-1000/500 -V > ${tempfiles}color.cpt
gmt psscale $area $proj -C${tempfiles}color.cpt -DjMR+w2i/0.1i+o-1.5/0i -By+lkm -Ba1f1 -W0.001 -O -K -V >>$out
Small snapshot of my map:
A couple strange things I’ve also noticed, first is that I cannot get the tick marks to work, it annotates fine, but does not show the ticks. Second is that when I forced the cpt to be continuous with the -Z option, the scale was still continuous except for the boundary between the warm and cold colors (like is shown in the examples of this color scale). I also tried the -W option but that did not work.
Any ideas?
