📄 testgamma.gph
字号:
#set terminal postscript eps # set output to eps fileset xtic auto # set xtics automaticallyset ytic auto # set ytics automaticallyset key Left reverseset title 'Transport of a scalar with periodic boundary conditions'set xlabel 'x (m)'set ylabel 'Volume fraction'set xrange[0.0:1.0]set yrange[-0.2:1.2]set key 0.8,0.8set pointsize 1#set output 'testgamma.eps' plot 'testgamma_0.txt' using 3:4 title 'Exact' with lines 1, 'testgamma.txt' using 3:4 title 'Serial version' with lines 2pause -1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -