From d3b42918fc54d43976cef3a60e11d53e07a2a84d Mon Sep 17 00:00:00 2001 From: pi Date: Mon, 23 Jul 2018 13:45:18 -0700 Subject: [PATCH] update files --- gmtsph-global.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmtsph-global.sh b/gmtsph-global.sh index ea31cd2..383e909 100755 --- a/gmtsph-global.sh +++ b/gmtsph-global.sh @@ -94,7 +94,7 @@ else #-C${cptfile}+Uk 使用km(色标单位除1000 #如果unit等于km则在cptfile后面添加+Uk if [[ ${unit} == 'km+Uk' ]]; then - gmt psscale -Dx0.4i/-0.3i+w1.2i/0.05i+h -C${cptfile}+Uk -Bxa -By+l${unit} -O >> $psfile + gmt psscale -Dx0.4i/-0.3i+w1.2i/0.05i+h -C${cptfile}+Uk -Bxa -By+l"km" -O >> $psfile else gmt psscale -Dx0.4i/-0.3i+w1.2i/0.05i+h -C${cptfile} -Bxa -By+l${unit} -O >> $psfile fi