Ignore:
Timestamp:
May 4, 2025, 10:07:50 PM (5 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
b22b28e
Parents:
873e96c
Message:

more proofreading string chapter

File:
1 edited

Legend:

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

    r873e96c r411aa65  
    1212set xtics (1,2,5,10,20,50,100,200,500)
    1313set logscale x
     14set yrange [8:4096]
    1415set logscale y 2
    1516set xlabel "String Length being appended (mean, geo. dist.), log scale" offset 2,0
    1617set ylabel "Time per append (ns, mean), log_{2} scale"
    17 set linetype 5 dashtype 2
     18set linetype 2 dashtype 2
     19set linetype 6 dashtype 2
    1820#show colornames
    1921plot DIR."/string-graph-pta-sharing.dat" \
    2022           i 0 using 1:2 title columnheader(1) with linespoints lt rgb "red"    pt  2  ps 1 lw 1, \
    21         '' i 1 using 1:2 title columnheader(1) with linespoints lt rgb "dark-green" pt  4  ps 1 lw 1, \
    22         '' i 2 using 1:2 title columnheader(1) with linespoints lt rgb "blue"   pt  6  ps 1 lw 1, \
    23         '' i 3  using 1:2 title columnheader(1) with linespoints lt rgb "dark-green" pt  12  ps 1 lw 1, \
    24         '' i 4  using 1:2 title columnheader(1) with linespoints lt rgb "blue"  pt  8  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 "dark-green" pt  4  ps 1 lw 1, \
     25        '' i 3 using 1:2 title columnheader(1) with linespoints lt rgb "blue"   pt  6  ps 1 lw 1, \
     26        '' i 4  using 1:2 title columnheader(1) with linespoints lt rgb "dark-green" pt  12  ps 1 lw 1, \
     27        '' i 5  using 1:2 title columnheader(1) with linespoints lt rgb "blue"  pt  8  ps 1 lw 1
Note: See TracChangeset for help on using the changeset viewer.