📄 gopt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -