📄 gnuplotf.com
字号:
# csh gnuplotF.com testnameawk -f ~/papers/pushback/sims/awkfiles/droprate.awk temp.s > temp.s1set filename=$1gnuplot << !set terminal postscript epsset xlabel "Time"set ylabel "Drop Rate"##set title "$filename"set output "$filename.F.ps"set nokey set size 0.8,0.25set yrange [0:1]# set size 2,3plot "temp.s1" with linesreplot!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -