]> rtime.felk.cvut.cz Git - frescor/fwp.git/blob - wme_test/plot_commands
Merge branch 'master' of molnam1@rtime.felk.cvut.cz:/var/git/frescor/fwp
[frescor/fwp.git] / wme_test / plot_commands
1 set term postscript color
2 set output 'delay_stats.eps'
3 #set term x11
4 #set title "TITLE"
5 set xlabel "Delay (ms)"
6 set ylabel "Packet percentage"
7 set key right top nobox
8 set grid
9 plot [0:*] [0.01:*] "delay_stats.dat" using 1:2 smooth csplines title "AC_VO",\
10                     "delay_stats.dat" using 1:3 smooth csplines title "AC_VI",\
11                     "delay_stats.dat" using 1:4 smooth csplines title "AC_BE",\
12                     "delay_stats.dat" using 1:5 smooth csplines title "AC_BK"
13 #set term postscript color eps size 12cm,9cm
14 #set output '${FILE}.eps'
15 #replot