Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 2053a0d9eaaf755b990f80ce4df504a7 > files > 75

waf-1.5.9-1mdv2010.0.noarch.rpm

#! /usr/bin/gnuplot -persist
set terminal png
set output "output-NORMAL.png"
#set output X11
set ylabel "Amount of jobs running in parallel"
set xlabel "Time in seconds"
set title "Amount of jobs running in parallel (NORMAL, waf -j3)"
unset label
set label "compilation tasks" at 11,3.2
set label "link tasks" at 25,3.2
set yrange [-0.1:4]
set ytic 1
plot 'test.dat.NORMAL' using 1:3 with lines title "" lt 3