?? 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 + -