hist.plt
来自「This distribution contains source code f」· PLT 代码 · 共 10 行
PLT
10 行
set terminal post eps color solid 18set output "hist.eps"set xlabel "Bin"set ylabel "Normalized value"set xrange [0:110]unset keyplot "hist_00.dat" with boxes fill solidset outputset terminal pop
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?