Changeset 411aa65 for doc/theses/mike_brooks_MMath/plot-pta-sharing.gp
- Timestamp:
- May 4, 2025, 10:07:50 PM (5 months ago)
- Branches:
- master
- Children:
- b22b28e
- Parents:
- 873e96c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/plot-pta-sharing.gp
r873e96c r411aa65 12 12 set xtics (1,2,5,10,20,50,100,200,500) 13 13 set logscale x 14 set yrange [8:4096] 14 15 set logscale y 2 15 16 set xlabel "String Length being appended (mean, geo. dist.), log scale" offset 2,0 16 17 set ylabel "Time per append (ns, mean), log_{2} scale" 17 set linetype 5 dashtype 2 18 set linetype 2 dashtype 2 19 set linetype 6 dashtype 2 18 20 #show colornames 19 21 plot DIR."/string-graph-pta-sharing.dat" \ 20 22 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.