Ignore:
Timestamp:
Dec 16, 2025, 7:41:51 AM (3 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master, stuck-waitfor-destruct
Children:
0210a543
Parents:
35fc819
Message:

proofread string chapter

Location:
doc/theses/mike_brooks_MMath/plots
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf.gp

    r35fc819 r5d300ba  
    1010set key top left
    1111set logscale x
    12 set logscale y
    13 set yrange [1:1000];
     12#set logscale y
     13#set yrange [1:1000];
    1414set xlabel "List length (item count)" offset 2,0
    1515set ylabel "Duration (ns)"
  • doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf.gp

    r35fc819 r5d300ba  
    1111set logscale x
    1212set logscale y
    13 set yrange [1:1000];
     13#set yrange [1:1000];
    1414set xlabel "List length (item count)" offset 2,0
    15 set ylabel "Duration (ns)"
     15set ylabel "Duration (ns), log scale"
    1616set linetype 3 dashtype 2
    1717set linetype 4 dashtype 2
  • doc/theses/mike_brooks_MMath/plots/string-peq-cppemu.gp

    r35fc819 r5d300ba  
    1 set terminal pdf color enhanced size 6.0in,3.0in font "Times,17"
     1set terminal pdf color enhanced size 6.5in,3.5in font "Times,17"
    22#set terminal postscript portrait enhanced size 7.5, 10. color solid 9.5;
    33#set terminal wxt size 950,1250
     
    1111set grid
    1212set key top left
     13set xrange [1:500]
    1314set xtics (1,2,5,10,20,50,100,200,500)
    1415set logscale x
     
    2021set linetype 4 dashtype 2
    2122plot INDIR."/plot-string-peq-cppemu.dat" \
    22            i 0 using 1:2 title columnheader(1)  with points lt rgb "red"  pt  2  ps 1, \
    23         '' i 1 using 1:2 title columnheader(1)  with points lt rgb "red"  pt  1  ps 1, \
    24         '' i 2 using 1:2 title columnheader(1)  with points lt rgb "blue" pt  6  ps 1, \
    25         '' i 3  using 1:2 title columnheader(1) with points lt rgb "blue" pt  8  ps 1
     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 \
  • doc/theses/mike_brooks_MMath/plots/string-peq-sharing.gp

    r35fc819 r5d300ba  
    1 set terminal pdf color enhanced size 6.0in,3.0in font "Times,17"
     1set terminal pdf color enhanced size 6.5in,3.5in font "Times,17"
    22#set terminal postscript portrait enhanced size 7.5, 10. color solid 9.5;
    33#set terminal wxt size 950,1250
     
    1111set grid
    1212set key top left
     13set xrange [1:500]
    1314set xtics (1,2,5,10,20,50,100,200,500)
    1415set logscale x
     
    2021set linetype 4 dashtype 2
    2122plot INDIR."/plot-string-peq-sharing.dat" \
    22            i 0 using 1:2 title columnheader(1) with points lt rgb "red"  pt  2  ps 1, \
    23         '' i 1 using 1:2 title columnheader(1) with points lt rgb "red"  pt  1  ps 1, \
    24         '' i 2 using 1:2 title columnheader(1) with points lt rgb "blue" pt  6  ps 1, \
    25         '' i 3 using 1:2 title columnheader(1) with points lt rgb "blue" pt  8  ps 1
     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 \
     31
  • doc/theses/mike_brooks_MMath/plots/string-pta-sharing.gp

    r35fc819 r5d300ba  
    1 set terminal pdf color enhanced size 6.0in,3.0in font "Times,17"
     1set terminal pdf color enhanced size 6.5in,3.5in font "Times,17"
    22#set terminal postscript portrait enhanced size 7.5, 10. color solid 9.5;
    33#set terminal wxt size 950,1250
     
    1111set grid
    1212set key top left
     13set xrange [1:500]
    1314set xtics (1,2,5,10,20,50,100,200,500)
    1415set logscale x
     
    1718set xlabel "String Length being appended (mean, geo. dist.), log scale" offset 2,0
    1819set ylabel "Time per append (ns, mean), log_{2} scale"
    19 #show colornames
    2020plot INDIR."/plot-string-pta-sharing.dat" \
    21            i 0 using 1:2 title columnheader(1) with points lt rgb "red"        pt  2   ps 1, \
    22         '' i 1 using 1:2 title columnheader(1) with points lt rgb "dark-green" pt  4   ps 1, \
    23         '' i 2 using 1:2 title columnheader(1) with points lt rgb "blue"       pt  6   ps 1, \
    24         '' i 3 using 1:2 title columnheader(1) with points lt rgb "dark-green" pt  12  ps 1
     21           i 0 using 1:2 title columnheader(1)  with points lt rgb "red" pt 2  ps 1, \
     22        '' i 0 using 1:2 notitle smooth sbezier lt rgb "red" dashtype 1, \
     23        '' i 1 using 1:2 title columnheader(1)  with points lt rgb "dark-green" pt 4  ps 1, \
     24        '' i 1 using 1:2 notitle smooth sbezier lt rgb "dark-green" dashtype 4, \
     25        '' i 2 using 1:2 title columnheader(1)  with points lt rgb "blue" pt 6  ps 1, \
     26        '' i 2 using 1:2 notitle smooth sbezier lt rgb "blue" dashtype 1, \
     27        '' i 3 using 1:2 title columnheader(1) with points lt rgb "dark-green" pt 12  ps 1, \
     28        '' i 3 using 1:2 notitle smooth sbezier lt rgb "dark-green" dashtype 4 \
     29
Note: See TracChangeset for help on using the changeset viewer.