Ignore:
Timestamp:
Jan 8, 2026, 1:26:42 PM (3 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master, stuck-waitfor-destruct
Children:
fb7c9168
Parents:
79ba50c (diff), 4904b05 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/plots/string-pta-sharing.gp

    r79ba50c r8614140  
    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.