source: doc/theses/mike_brooks_MMath/plots/string-peq-cppemu.gp@ c1f17aa

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

proofread string chapter

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[5d300ba]1set terminal pdf color enhanced size 6.5in,3.5in font "Times,17"
[a7d93cb]2#set terminal postscript portrait enhanced size 7.5, 10. color solid 9.5;
3#set terminal wxt size 950,1250
4
[f85de47]5INDIR="build"
6OUTDIR="build"
[a7d93cb]7
8set macros
[f85de47]9set output OUTDIR."/plot-string-peq-cppemu.pdf"
[a7d93cb]10#set pointsize 2.0
11set grid
12set key top left
[5d300ba]13set xrange [1:500]
[a7d93cb]14set xtics (1,2,5,10,20,50,100,200,500)
15set logscale x
[411aa65]16#set logscale y
17set yrange [0:115]
[a7d93cb]18set xlabel "String Length being appended (mean, geo. dist.), log scale" offset 2,0
19set ylabel "Time per append (ns, mean)"
[b1c220a]20set linetype 2 dashtype 2
[a7d93cb]21set linetype 4 dashtype 2
[f85de47]22plot INDIR."/plot-string-peq-cppemu.dat" \
[5d300ba]23 i 0 using 1:2 title columnheader(1) with points lt rgb "red" pt 2 ps 1, \
24 '' i 0 using 1:2 notitle smooth sbezier lt rgb "red" dashtype 1, \
25 '' i 1 using 1:2 title columnheader(1) with points lt rgb "red" pt 1 ps 1, \
26 '' i 1 using 1:2 notitle smooth sbezier lt rgb "red" dashtype 4, \
27 '' i 2 using 1:2 title columnheader(1) with points lt rgb "blue" pt 6 ps 1, \
28 '' i 2 using 1:2 notitle smooth sbezier lt rgb "blue" dashtype 1, \
29 '' i 3 using 1:2 title columnheader(1) with points lt rgb "blue" pt 8 ps 1, \
30 '' i 3 using 1:2 notitle smooth sbezier lt rgb "blue" dashtype 4 \
Note: See TracBrowser for help on using the repository browser.