source: CIVL/scripts/scale/plotBench.plg@ 890ec0f

1.23 2.0 main test-branch
Last change on this file since 890ec0f was d402724, checked in by Manchun Zheng <zmanchun@…>, 11 years ago

minor correction

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

  • Property mode set to 100644
File size: 377 bytes
RevLine 
[c55ef7f]1#set title 'scaling'
2set title TITLE
3set xlabel 'max number of processes'
4set ylabel 'time used'
5#set logscale
6set logscale y
[d402724]7set xrange [0:15]
[c55ef7f]8set yrange [0.1:100]
9set pointsize 1.5
10set key top left
11set timestamp
12set terminal pdf
13#set output 'barrier.pdf'
14set output OUT_FILE
15#plot "Barrier.dat" using 1:2 with lines
[d402724]16plot DAT_FILE using 1:2 with linespoints title "scaling"
[c55ef7f]17
Note: See TracBrowser for help on using the repository browser.