File: psc.plot

package info (click to toggle)
rtlinux 3.1pre3-2
  • links: PTS
  • area: non-free
  • in suites: sarge, woody
  • size: 4,892 kB
  • ctags: 4,228
  • sloc: ansic: 26,204; sh: 2,069; makefile: 1,414; perl: 855; tcl: 489; asm: 380; cpp: 42
file content (11 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#set terminal postscript portrait color solid 10

set 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 2

pause 100