oneshot.plot
来自「fsmlabs的real time linux的内核」· PLOT 代码 · 共 10 行
PLOT
10 行
#set terminal postscript portrait color solid 10#set size 1.2,1.2set title "One-Shot Timing Measurement"set xlabel "Sample #"set ylabel "Actual Period (us)"#set output "oneshot.ps"plot "gnuplot.out" using 3 title "foo" with lines 1, "gnuplot.out" using 1:3:2:4 notitle with errorbars 1pause 100
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?