Ignore:
Timestamp:
Mar 27, 2025, 3:48:24 PM (12 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master, stuck-waitfor-destruct
Children:
185cd94
Parents:
379b6ea
Message:

preliminary updates to string chapter

File:
1 edited

Legend:

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

    r379b6ea rb1c220a  
    1515set xlabel "String Length being appended (mean, geo. dist.), log scale" offset 2,0
    1616set ylabel "Time per append (ns, mean), log_{2} scale"
    17 set linetype 3 dashtype 2
    18 set linetype 4 dashtype 2
     17set linetype 5 dashtype 2
     18#show colornames
    1919plot DIR."/string-graph-pta-sharing.dat" \
    20            i 0 using 1:2 title columnheader(1) with linespoints lt rgb "blue"   pt  2  ps 1 lw 1, \
    21         '' i 1 using 1:2 title columnheader(1) with linespoints lt rgb "red"    pt  3  ps 1 lw 1, \
     20           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, \
    2222        '' 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 "red"   pt  8  ps 1 lw 1, \
    24         '' i 4  using 1:2 title columnheader(1) with linespoints lt rgb "black" pt  10  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
Note: See TracChangeset for help on using the changeset viewer.