1 set terminal postscript landscape monochrome dashed "Helvetica" 14
2 set xlabel "Number of Forks Per Tee"
5 set title "Complex Pipeline Performance: N Forks per Tee, 1024 Elements"
6 plot "complexity.data" using 1:2 title "Element creation", \
7 "complexity.data" using 1:3 title "State change", \
8 "complexity.data" using 1:4 title "Processing 1000 buffers", \
9 "complexity.data" using 1:5 title "Element destruction"