|
Last change
on this file since e8a7b66d was 17f2a7f4, checked in by Michael Brooks <mlbrooks@…>, 3 weeks ago |
|
Revise presentation of absolute times and add discussion of their physical influences.
|
-
Property mode
set to
100644
|
|
File size:
967 bytes
|
| Line | |
|---|
| 1 | set terminal pdfcairo color enhanced size 3.0in,2.5in font "Times,17"
|
|---|
| 2 |
|
|---|
| 3 | set size 1.0, 1.0 # scale of plot area inside terminal
|
|---|
| 4 | set origin 0.0, 0.0 # bottom-left corner
|
|---|
| 5 |
|
|---|
| 6 | INDIR="build"
|
|---|
| 7 | OUTDIR="build"
|
|---|
| 8 |
|
|---|
| 9 | set macros
|
|---|
| 10 | set output OUTDIR."/plot-list-zoomin-abs-viii-java.pdf"
|
|---|
| 11 |
|
|---|
| 12 | set grid
|
|---|
| 13 | unset key
|
|---|
| 14 | set logscale x 2
|
|---|
| 15 | set logscale y
|
|---|
| 16 | set yrange [1:15];
|
|---|
| 17 | set ytics (1,2,3,4,5,6,7,8,10,12,14)
|
|---|
| 18 | set format y ""
|
|---|
| 19 | set xrange [0.75:180];
|
|---|
| 20 | set xlabel "List length (item count)" offset 2,0
|
|---|
| 21 | # set ylabel "Duration (ns)" offset -1.0,0
|
|---|
| 22 | set format y ""
|
|---|
| 23 | set errorbars 2.0
|
|---|
| 24 | set pointintervalbox 0
|
|---|
| 25 |
|
|---|
| 26 | plot INDIR."/plot-list-zoomin-abs-viii-java.dat" \
|
|---|
| 27 | i 0 using ($1 * 0.98):8:4:5 title columnheader(1) with yerrorbars lt rgb "blue" pt 6 ps 0.85 lw 1, \
|
|---|
| 28 | '' i 3 using ($1 * 0.94):8:4:5 title columnheader(1) with yerrorbars lt rgb "dark-orange" pt 8 ps 0.75 lw 1, \
|
|---|
| 29 | '' i 2 using ($1 * 1.02):8:4:5 title columnheader(1) with yerrorbars lt rgb "magenta" pt 10 ps 0.85 lw 1
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.