📄 testlidp2_v.gph
字号:
#set terminal postscript eps # set output to eps fileset xtic auto # set xtics automaticallyset ytic auto # set ytics automaticallyset title 'v-Velocity profile along horizontal centerline of the lid-driven cavity at Re = 100'set xlabel 'v/v0'set ylabel 'y/y0'set xrange[-0.4:1.0]set yrange[0.0:1.0]set key 0.8,0.6set pointsize 1#set output 'testlidp2.eps' plot 'testlidp2_v.txt' using 4:1 title 'Parallel version - 2 processors' with lines 1, 'ghia_v.txt' using 4:1 title 'Ghia et al., 1982' with points 1pause -1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -