source: CIVL/scripts/scale/plotBench.plg@ 44512b7

1.23 2.0 main test-branch
Last change on this file since 44512b7 was 66ace0d, checked in by Manchun Zheng <zmanchun@…>, 11 years ago

minor correction of gnuplot script

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@2583 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 389 bytes
Line 
1# Upper case variables are input
2# command: gnuplot -e "TITLE='Barrier'" -e "DAT_FILE='out/barrier.dat'" ...
3set title TITLE
4set xlabel 'max number of processes'
5set ylabel 'time used'
6set logscale y
7set xrange [0:15]
8set yrange [0.1:100]
9set pointsize 1.5
10set key top left
11set timestamp
12set terminal pdf
13set output OUT_FILE
14plot DAT_FILE using 1:2 with linespoints title "verification"
15
Note: See TracBrowser for help on using the repository browser.