Grdview turn off grid outline with -T option

Hello,

I want to create the mesh plot without any interpolation. But I don’t want to plot the grid line. I tried to set -T+ofaint+s for my plot but it was failed.

Here is my script:
gmt begin test ps
gmt makecpt -Cvik -T-0.2/0.2/0.01 -D -Z
gmt xyz2grd dil.gmt -Gdil.grd -I0.05d -R121.3/121.85/24.9/25.35 -fg -r
gmt grdview dil.grd -JM12.5c -R121.3/121.85/24.9/25.35 -Cdil.cpt -Ba0.1f0.05 -BWSne -T+s -X2c -Y4c
gmt end show

Thanks in advance for your help!

Unfortunately, that is a bug, being fixed in the master repo today. As a workaround you can use the old GMT4 syntax -Ts (but this will soon go away)

Now fixed in master.

Hello, Paul.

Thanks for your help.