plot 358 B

123456789
  1. # The one with (nearly) no collisions
  2. set terminal postscript enhanced colour portrait size 6,6
  3. set out 'seq_msgcopy.eps'
  4. set key top left
  5. set title "DEVStone with different message copy methods"
  6. set xlabel "Models"
  7. set ylabel "Time (s)"
  8. plot 'seq_msgcopy/none' title 'No copy', 'seq_msgcopy/custom' title 'Custom copy', 'seq_msgcopy/pickle' title 'Default'