source:
doc/theses/mike_brooks_MMath/plots/string-peq-cppemu.gp@
c9c1a7e6
| Last change on this file since c9c1a7e6 was f85de47, checked in by , 7 months ago | |
|---|---|
|
|
| File size: 973 bytes | |
| Rev | Line | |
|---|---|---|
| [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 | ||
| [f85de47] | 5 | INDIR="build" |
| 6 | OUTDIR="build" | |
| [a7d93cb] | 7 | |
| 8 | set macros | |
| [f85de47] | 9 | set output OUTDIR."/plot-string-peq-cppemu.pdf" |
| [a7d93cb] | 10 | #set pointsize 2.0 |
| 11 | set grid | |
| 12 | set key top left | |
| 13 | set xtics (1,2,5,10,20,50,100,200,500) | |
| 14 | set logscale x | |
| [f85de47] | 15 | set logscale y |
| 16 | set yrange [10:200] | |
| [a7d93cb] | 17 | set xlabel "String Length being appended (mean, geo. dist.), log scale" offset 2,0 |
| 18 | set ylabel "Time per append (ns, mean)" | |
| [b1c220a] | 19 | set linetype 2 dashtype 2 |
| [a7d93cb] | 20 | set linetype 4 dashtype 2 |
| [f85de47] | 21 | plot INDIR."/plot-string-peq-cppemu.dat" \ |
| [b1c220a] | 22 | i 0 using 1:2 title columnheader(1) with linespoints lt rgb "red" pt 2 ps 1 lw 1, \ |
| [a7d93cb] | 23 | '' i 1 using 1:2 title columnheader(1) with linespoints lt rgb "red" pt 3 ps 1 lw 1, \ |
| 24 | '' i 2 using 1:2 title columnheader(1) with linespoints lt rgb "blue" pt 6 ps 1 lw 1, \ | |
| [b1c220a] | 25 | '' i 3 using 1:2 title columnheader(1) with linespoints lt rgb "blue" pt 8 ps 1 lw 1 |
Note:
See TracBrowser
for help on using the repository browser.