📄 psc.plot
字号:
#set terminal postscript portrait color solid 10set title "RTLinux vs. Linux Periodic Timing"set xlabel "Sample #"set ylabel "Actual Period (us)"#set output "PSC_vs_Linux.ps"plot "gnuplot.out" using 3 title "RTLinux" with lines 1, "gnuplot.out" using 1:3:2:4 notitle with errorbars 1# "gnuplot.out" using 6 title "Linux" with lines 2, "gnuplot.out" using 1:6:5:7 notitle with errorbars 2pause 100
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -