yflip
<参考>
http://mausam.hyarc.nagoya-u.ac.jp/~hatsuki/grads/node10.html
set yflip on
X軸
ga-> set xflip on
[80]~/work_kos/jobs/2023/blockage/meshalt/plalt/plot_alt 10/15’23
粒子の落下速度で、軸を反転させたいときは
set vrange -9 3←-9~3m/sを表示
set xlabs -9|-7|-5|-3|-1|1|3←ラベルを設定⇦ラベルは左から右へ増加する向きでよい。
set xflip on⇦軸を反転
とすることで(左)3→-9(右)となるグラフが作成できる。
[80]~/work_kos/jobs/2023/cmp/y*/mkgrads/plot_th/PV00.gs
plot_ar:: color map of value. Y-axis shows altitude.
plot 1file by 1file
*****sample*****
XDEF 1 LINEAR 0 1
YDEF 1 LINEAR 0 1
ZDEF 1200 LINEAR 0.4928 0.25
TDEF 512 LINEAR 23Z05JUN2022 1mn
****************
plot_th:: averaged V.profile added. Y-axis shows range.
use template -- set time 1mn
*****sample*****
XDEF 1200 LINEAR 0.4928 0.025
YDEF 512 LINEAR 0 0.1
ZDEF 1 LINEAR 1.6964 0.25
TDEF 1440000 LINEAR 00:01Z1jun2023 1mn
****************
★cmp
plot_th::No boundary line
plot_ar::plot boundary line(calc start and end) << set in another file
★★3/26’24
★ColorMap
PRHV
**add dark purple
"set rgb 20 37 31 74"
*indig a little bright
"set rgb 21 49 43 126"
'set rgb 84 255 70 1'
'set rgb 85 255 165 1'
'set rgb 86 255 255 1'
'set rgb 87 1 255 1'
'set rgb 88 1 191 255'
'set rgb 89 135 205 235'