📄 testheatp1.gph
字号:
#set terminal postscript eps # set output to eps fileset xtic auto # set xtics automaticallyset ytic auto # set ytics automaticallyset title 'Heat conduction and convection (upwind effect)'set xlabel 'z (m)'set ylabel 'T'set xrange[0.0:1.2]set yrange[0.0:1.2]#set key 0.8,0.6set pointsize 1#set output 'heattestp1.eps' plot 'testheatp1.txt' using 3:4 title 'Parallel version - 1 processor' with linespoints, 'cfd.txt' using 1:2 title 'Analytical' with linespause -1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -