aboutsummaryrefslogtreecommitdiffstats
path: root/plot_sched
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2008-05-24 22:38:49 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2008-05-24 22:38:49 -0400
commitb5c15533f5e5b0f7d9f19cfb45db360333b80066 (patch)
treec8688db9963f0ba67e843dd6cc06c37876607408 /plot_sched
parent2ebc9c2eeaeb03df85f21f6c593e64d3b8218658 (diff)
change labels
Diffstat (limited to 'plot_sched')
-rwxr-xr-xplot_sched8
1 files changed, 4 insertions, 4 deletions
diff --git a/plot_sched b/plot_sched
index 41ab38b..ee378e5 100755
--- a/plot_sched
+++ b/plot_sched
@@ -57,10 +57,10 @@ gnuplot <<EOM
57set terminal $TERMINAL 57set terminal $TERMINAL
58set out '/dev/null' 58set out '/dev/null'
59set yrange [-0.1:1.1] 59set yrange [-0.1:1.1]
60plot '$CSV1' using 1:2 title 'FMLP (short)' with linespoints 60plot '$CSV1' using 1:2 title 'P-EDF' with linespoints
61replot '$CSV1' using 1:3 title 'FMLP (long)' with linespoints 61replot '$CSV1' using 1:3 title 'C-EDF' with linespoints
62replot '$CSV1' using 1:4 title 'M-PCP' with linespoints 62replot '$CSV1' using 1:4 title 'G-EDF' with linespoints
63replot '$CSV1' using 1:5 title 'D-PCP' with linespoints 63replot '$CSV1' using 1:5 title 'PFAIR' with linespoints
64set ylabel 'schedulability' 64set ylabel 'schedulability'
65set xlabel '$XLABEL' 65set xlabel '$XLABEL'
66set title '$TITLE' 66set title '$TITLE'