From a09ad1650111f75a8cb850278c310cbe03b46db9 Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg Date: Thu, 4 Sep 2008 10:17:24 -0400 Subject: add support for BCL08, change pdf style --- plot_sched | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'plot_sched') diff --git a/plot_sched b/plot_sched index 5c657d0..f074314 100755 --- a/plot_sched +++ b/plot_sched @@ -1,6 +1,9 @@ #!/bin/bash -NICE="blacktext linewidth 4.0 \"Helvetica\" 16 " +#NICE="blacktext linewidth 4.0 \"Helvetica\" 16 " + +# try thinner lines +NICE="blacktext linewidth 1.0 \"Helvetica\" 16 " if [ "$1" == "--eps" ]; then EXT="eps" @@ -106,10 +109,12 @@ case "$KIND" in YLABEL="schedulability" YRANGE="set yrange [-0.1:1.1]" PLOT="plot '$CSV1' using 1:2 title 'P-EDF' with linespoints, \ - '$CSV1' using 1:3 title 'G-EDF [GFB]' with linespoints, \ - '$CSV1' using 1:4 title 'G-EDF [BAK]' with linespoints, \ - '$CSV1' using 1:5 title 'G-EDF [BCL]' with linespoints, \ - '$CSV1' using 1:6 title 'G-EDF [SKB]' with linespoints \ + '$CSV1' using 1:8 title 'G-EDF (all)' with linespoints, \ + '$CSV1' using 1:3 title 'G-EDF [GFB03]' with linespoints, \ + '$CSV1' using 1:4 title 'G-EDF [BAK03]' with linespoints, \ + '$CSV1' using 1:5 title 'G-EDF [BCL05]' with linespoints, \ + '$CSV1' using 1:6 title 'G-EDF [BCL08]' with linespoints, \ + '$CSV1' using 1:7 title 'G-EDF [SKB07]' with linespoints \ " ;; *) @@ -155,4 +160,4 @@ EOM if [ "$EXT" == "eps" ]; then ps2pdf -dEPSCrop $OUT -fi \ No newline at end of file +fi -- cgit v1.2.2