source: doc/theses/mike_brooks_MMath/plots/string-peq-sharing.gp@ 2410424

Last change on this file since 2410424 was 2410424, checked in by Michael Brooks <mlbrooks@…>, 4 months ago

Pushing work in progress on data for string plots.

All in-thesis plots source from baselined result data, with no manual massaging. Removing older placeholder graph images and temp data.

Allocation plot, especially the last attribution stacked bar, is showing untrustrworthy data.

  • Property mode set to 100644
File size: 976 bytes
Line 
1set 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
5INDIR="build"
6OUTDIR="build"
7
8set macros
9set output OUTDIR."/plot-string-peq-sharing.pdf"
10#set pointsize 2.0
11set grid
12set key top left
13set xtics (1,2,5,10,20,50,100,200,500)
14set logscale x
15#set logscale y
16set yrange [10:115]
17set xlabel "String Length being appended (mean, geo. dist.), log scale" offset 2,0
18set ylabel "Time per append (ns, mean)"
19set linetype 2 dashtype 2
20set linetype 4 dashtype 2
21plot INDIR."/plot-string-peq-sharing.dat" \
22 i 0 using 1:2 title columnheader(1) with linespoints lt rgb "red" pt 2 ps 1 lw 1, \
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, \
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.