gopt

来自「ns-2的文件包。多多下载」· 代码 · 共 31 行

TXT
31
字号
set output "4plot.ps"set terminal postscript portrait color set multiplotset border 3set xtics nomirrorset ytics nomirror set size 1,0.25set origin 0,0.75set xlabel "Time"set ylabel "Packets/unit time"plot 'attrace' notitle w lines set size 1,0.25set origin 0,0.5set xlabel "Lag"set ylabel "Autocorrelation"plot 'Autocorrelation' notitle w lines set size 1,0.25set origin 0,0.25set xlabel "Frequency"set ylabel "psd"plot 'psd' notitle w lines set size 1,0.25set origin 0,0set xlabel "Frequency"set ylabel "cpsd"plot 'cpsd' notitle w lines  

⌨️ 快捷键说明

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