diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-05-24 22:38:49 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-05-24 22:38:49 -0400 |
commit | b5c15533f5e5b0f7d9f19cfb45db360333b80066 (patch) | |
tree | c8688db9963f0ba67e843dd6cc06c37876607408 /plot_sched | |
parent | 2ebc9c2eeaeb03df85f21f6c593e64d3b8218658 (diff) |
change labels
Diffstat (limited to 'plot_sched')
-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' |