source:
CIVL/scripts/scale/plotBench.plg@
a4a7cf0
| Last change on this file since a4a7cf0 was d402724, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 377 bytes | |
| Line | |
|---|---|
| 1 | #set title 'scaling' |
| 2 | set title TITLE |
| 3 | set xlabel 'max number of processes' |
| 4 | set ylabel 'time used' |
| 5 | #set logscale |
| 6 | set logscale y |
| 7 | set xrange [0:15] |
| 8 | set yrange [0.1:100] |
| 9 | set pointsize 1.5 |
| 10 | set key top left |
| 11 | set timestamp |
| 12 | set terminal pdf |
| 13 | #set output 'barrier.pdf' |
| 14 | set output OUT_FILE |
| 15 | #plot "Barrier.dat" using 1:2 with lines |
| 16 | plot DAT_FILE using 1:2 with linespoints title "scaling" |
| 17 |
Note:
See TracBrowser
for help on using the repository browser.
