source: doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf.gp@ e57a405

Last change on this file since e57a405 was e57a405, checked in by Peter A. Buhr <pabuhr@…>, 2 months ago

update graph appearance

  • Property mode set to 100644
File size: 826 bytes
Line 
1set terminal pdf color enhanced size 6.0in,3.0in font "Times,17"
2
3INDIR="build"
4OUTDIR="build"
5
6set macros
7set output OUTDIR."/plot-list-zoomout-noshuf.pdf"
8
9set grid
10set key top left
11set logscale x
12set xrange [10:*]
13#set logscale y
14#set yrange [32:*];
15set xlabel "List length (item count)" offset 2,0
16set ylabel "Duration (ns)"
17set linetype 3 dashtype 2
18set linetype 4 dashtype 2
19
20plot INDIR."/plot-list-zoomout-noshuf.dat" \
21 i 2 using 1:2 title "STL" with points lt rgb "forest-green" pt 3 ps 1 lw 1, \
22 '' i 0 using 1:2 title "intrusives" with points lt rgb "black" pt 1 ps 1 lw 1, \
23 '' i 1 using 1:2 notitle with points lt rgb "black" pt 1 ps 1 lw 1, \
24 '' i 3 using 1:2 notitle with points lt rgb "black" pt 1 ps 1 lw 1, \
25 '' i 4 using 1:2 notitle with points lt rgb "black" pt 1 ps 1 lw 1
Note: See TracBrowser for help on using the repository browser.