gnuplote.com
来自「跑leach需要的」· COM 代码 · 共 16 行
COM
16 行
# csh gnuplotE.com testnameset filename=$1gnuplot << !set terminal postscript epsset xlabel "Time"set ylabel "Fraction of Link Bandwidth"##set title "$filename"set output "$filename.E.ps"set key 46,0.85set size 0.8,0.5set yrange [0:1.1]# set size 2,3plot "flows1" with lines, "flows2" with lines, "flows3" with lines, "flows4" with lines, "flows5" with lines, "all" with linesreplot!
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?