|
Last change
on this file was 75ba2fa6, checked in by Peter A. Buhr <pabuhr@…>, 5 days ago |
|
proofreading list chapter
|
-
Property mode
set to
100644
|
|
File size:
1.1 KB
|
| Rev | Line | |
|---|
| [75ba2fa6] | 1 | set terminal pdfcairo color enhanced size 3.5in,2.0in font "Times,17"
|
|---|
| [8eb85de] | 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
|
|---|
| [17f2a7f4] | 10 | set output OUTDIR."/plot-list-zoomin-abs-i-swift.pdf"
|
|---|
| [8eb85de] | 11 |
|
|---|
| 12 | set lmargin 10
|
|---|
| 13 |
|
|---|
| 14 | set grid
|
|---|
| 15 | unset key
|
|---|
| 16 | set logscale x 2
|
|---|
| [75ba2fa6] | 17 | #set logscale y
|
|---|
| 18 | set yrange [0:12];
|
|---|
| 19 | #set ytics (1,2,3,4,5,6,7,8,10,12)
|
|---|
| [8eb85de] | 20 | set xrange [0.75:180];
|
|---|
| 21 | # set xlabel "List length (item count)" offset 2,0
|
|---|
| 22 | set format x ""
|
|---|
| [75ba2fa6] | 23 | set ylabel "Duration (ns)" # offset -1.0,0
|
|---|
| [8eb85de] | 24 | set errorbars 2.0
|
|---|
| 25 | set pointintervalbox 0
|
|---|
| 26 |
|
|---|
| [17f2a7f4] | 27 | plot INDIR."/plot-list-zoomin-abs-i-swift.dat" \
|
|---|
| [8eb85de] | 28 | i 0 using ($1 * 0.98):8:4:5 title columnheader(1) with yerrorbars lt rgb "blue" pt 6 ps 0.85 lw 1, \
|
|---|
| [6767f27] | 29 | '' i 4 using ($1 * 0.94):8:4:5 title columnheader(1) with yerrorbars lt rgb "dark-orange" pt 8 ps 0.75 lw 1, \
|
|---|
| 30 | '' i 3 using ($1 * 1.02):8:4:5 title columnheader(1) with yerrorbars lt rgb "magenta" pt 10 ps 0.85 lw 1, \
|
|---|
| 31 | '' i 2 using ($1 * 1.06):8:4:5 title columnheader(1) with yerrorbars lt rgb "purple" pt 12 ps 1.0 lw 1
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.