| [a7d93cb] | 1 | set terminal pdf color enhanced size 6.0in,3.0in font "Times,17" | 
|---|
|  | 2 | #set terminal postscript portrait enhanced size 7.5, 10. color solid 9.5; | 
|---|
|  | 3 | #set terminal wxt size 950,1250 | 
|---|
|  | 4 |  | 
|---|
| [2410424] | 5 | INDIR="build" | 
|---|
|  | 6 | OUTDIR="build" | 
|---|
| [a7d93cb] | 7 |  | 
|---|
|  | 8 | set macros | 
|---|
| [2410424] | 9 | set output OUTDIR."/plot-string-pbv.pdf" | 
|---|
|  | 10 |  | 
|---|
|  | 11 | set multiplot layout 1, 2 ; | 
|---|
|  | 12 |  | 
|---|
|  | 13 |  | 
|---|
| [a7d93cb] | 14 | #set pointsize 2.0 | 
|---|
|  | 15 | set grid | 
|---|
| [5329cba] | 16 | set key bottom right | 
|---|
|  | 17 | #set key at screen 0.45, screen 0.8 | 
|---|
| [a7d93cb] | 18 | set xtics (1,2,5,10,20,50,100,200,500) | 
|---|
|  | 19 | set logscale x | 
|---|
|  | 20 | set logscale y 2 | 
|---|
| [2410424] | 21 | set xlabel "String length passed, varying (mean)" | 
|---|
|  | 22 | set ylabel "Time per pass (ns, mean), log_{2} scale" | 
|---|
|  | 23 | set yrange [4:64] | 
|---|
| [a7d93cb] | 24 | set linetype 3 dashtype 2 | 
|---|
|  | 25 | set linetype 4 dashtype 2 | 
|---|
| [2410424] | 26 | plot INDIR."/plot-string-pbv-varcorp.dat" \ | 
|---|
| [e0350e0] | 27 | i 0 using 1:2 title columnheader(1) with points lt rgb "red"  pt  3  ps 1, \ | 
|---|
|  | 28 | '' i 1 using 1:2 title columnheader(1) with points lt rgb "blue" pt  6  ps 1 | 
|---|
| [2410424] | 29 |  | 
|---|
|  | 30 | set xlabel "String length passed, fixed" | 
|---|
|  | 31 | set ylabel | 
|---|
|  | 32 | plot INDIR."/plot-string-pbv-fixcorp.dat"  \ | 
|---|
| [e0350e0] | 33 | i 0 using 1:2 title columnheader(1) with points lt rgb "red"  pt  3  ps 1, \ | 
|---|
|  | 34 | '' i 1 using 1:2 title columnheader(1) with points lt rgb "blue" pt  6  ps 1 | 
|---|
| [2410424] | 35 |  | 
|---|
|  | 36 | unset multiplot | 
|---|