Note that if the x axis isn't recognised as modulo you can change it on the fly with
SET AXIS/MODULO `sst,RETURN=XAXIS`
or maybe
SET AXIS/MODULO=360 `sst,RETURN=XAXIS`
I agree that would be better to fix it in the file if you have write access.
Russ
Or if the SST grid is modulo in x (SHO GRID SST), then try SST[x=0:361@fnr] and specify FILL/x=0:361.
I agree. If the longitude is defined as modulo, all you have to do is to specify an x range which is wider than the plot. Compare these three plots
yes? set data coads_climatology
yes? fill/hlimits=0:360/l=1 SST
yes? fill/hlimits=0:360/x=-1:361/l=1 SST
If the longitude isn't defined as modulo, the best solution would be to fix it.
Ryo