Update gmtsph-regional.sh

This commit is contained in:
张壹 2019-03-06 22:43:41 -08:00
parent 264d10e45a
commit 3aaf8edabb

View File

@ -124,9 +124,9 @@ else
cptfile=${color} cptfile=${color}
else else
if [[ $inverseCPT == 1 ]]; then if [[ $inverseCPT == 1 ]]; then
gmt grd2cpt ${data} -R${range} -C${color} -Z -D -M -I > $cptfile gmt grd2cpt ${data} -R${range} -C${color} -D -M -I > $cptfile
else else
gmt grd2cpt ${data} -R${range} -C${color} -Z -D -M > $cptfile gmt grd2cpt ${data} -R${range} -C${color} -D -M > $cptfile
fi fi
fi fi
# 设置绘图尺寸 如果识别参数失败 则还是按small处理 # 设置绘图尺寸 如果识别参数失败 则还是按small处理