set terminal postscript eps color solid "Times-Roman" 25 set xlabel "Cycle" set ylabel "Interval [ms]" set output 'cycle_15.eps' set yrange[19:21] plot 'cycle_15.xy' w l set terminal postscript eps color solid "Times-Roman" 25 set xlabel "Cycle" set ylabel "Interval [ms]" set output 'cycle_5.eps' set yrange[0:8] plot 'cycle_5.xy' w l set terminal postscript eps color solid "Times-Roman" 25 set xlabel "Time [ms]" set ylabel "Interval [ms]" set output 'multicycle.eps' set autoscale plot 'cycle0.xy' w l,'cycle1.xy' w l,'cycle2.xy' w l,'cycle3.xy' w l set terminal postscript eps color solid "Times-Roman" 25 set xrange[0:50] set xtics (0,10,20,30,40,50,60) set yrange[0:9] set output 'cprof22.eps' plot 'cycle221.xy' w l,'cycle222.xy' w l 3 set yrange[0:13] set xrange[0:40] set output 'cprof21.eps' plot 'cycle211.xy' w l,'cycle212.xy' w l 3