tutorial.plt

来自「OpenFVM-v1.1 open source cfd code」· PLT 代码 · 共 12 行

PLT
12
字号
#set terminal postscript eps enhanced color            # set output to eps file#set output 'cavity.eps' #set title 'Convergence'set xlabel 'Iteration'set ylabel 'Residual'#set logscale xyset logscale yplot 'tutorial.res' using 1:2 title 'u' with lines, \     'tutorial.res' using 1:3 title 'v' with lines, \     'tutorial.res' using 1:5 title 'p' with linespause -1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?