diff options
-rwxr-xr-x | plot_sched | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -57,10 +57,10 @@ gnuplot <<EOM | |||
57 | set terminal $TERMINAL | 57 | set terminal $TERMINAL |
58 | set out '/dev/null' | 58 | set out '/dev/null' |
59 | set yrange [-0.1:1.1] | 59 | set yrange [-0.1:1.1] |
60 | plot '$CSV1' using 1:2 title 'FMLP (short)' with linespoints | 60 | plot '$CSV1' using 1:2 title 'P-EDF' with linespoints |
61 | replot '$CSV1' using 1:3 title 'FMLP (long)' with linespoints | 61 | replot '$CSV1' using 1:3 title 'C-EDF' with linespoints |
62 | replot '$CSV1' using 1:4 title 'M-PCP' with linespoints | 62 | replot '$CSV1' using 1:4 title 'G-EDF' with linespoints |
63 | replot '$CSV1' using 1:5 title 'D-PCP' with linespoints | 63 | replot '$CSV1' using 1:5 title 'PFAIR' with linespoints |
64 | set ylabel 'schedulability' | 64 | set ylabel 'schedulability' |
65 | set xlabel '$XLABEL' | 65 | set xlabel '$XLABEL' |
66 | set title '$TITLE' | 66 | set title '$TITLE' |