X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=amplot%2Famplot.g;h=f280144c30222e8c4c49e3be5a25a14b7409363b;hb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;hp=9c5dd9181f3e21c6c464baa875c0792cf17723cd;hpb=3ab887b9bc819a846c75dd7f2ee5d41fac22b19f;p=debian%2Famanda diff --git a/amplot/amplot.g b/amplot/amplot.g index 9c5dd91..f280144 100644 --- a/amplot/amplot.g +++ b/amplot/amplot.g @@ -32,7 +32,7 @@ # Input: the files specified below on the plot line # Output: a postscript file # -set data style lines +set style data lines set xrange [0:210] set yrange [0:420] set xlabel "Minutes" @@ -59,11 +59,11 @@ set ytics ("0" 0, "20" 15, "40" 30, "60" 45, "80" 60, "100" 75,\ #set size 0.9,0.9; set term postscript landscape "Times-Roman" 12 # file title has the parameters that this program needs load 'title' -plot "run_queue" title "Run Queue" with line 3,\ - "tape_queue" title "Tape Queue" with line 2,\ - "finished" title "Dumps Finished" with line 4,\ - "bandw_free" title "Bandwidth Allocated" with line 8, \ - "disk_alloc" title "%Disk Allocated" with line 1, \ - "tape_wait" title "%Tape Wait" with line 5,\ - "tape_idle" title "Taper Idle" with line 1,\ - "dump_idle" title "Dumpers Idle" with line 4 +plot "run_queue" title "Run Queue" with lines,\ + "tape_queue" title "Tape Queue" with lines,\ + "finished" title "Dumps Finished" with lines,\ + "bandw_free" title "Bandwidth Allocated" with lines, \ + "disk_alloc" title "%Disk Allocated" with lines, \ + "tape_wait" title "%Tape Wait" with lines,\ + "tape_idle" title "Taper Idle" with lines,\ + "dump_idle" title "Dumpers Idle" with lines