Changeset b1c220a for doc/theses/mike_brooks_MMath/plot-peq-cppemu.gp
- Timestamp:
- Mar 27, 2025, 3:48:24 PM (6 months ago)
- Branches:
- master
- Children:
- 185cd94
- Parents:
- 379b6ea
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/plot-peq-cppemu.gp
r379b6ea rb1c220a 15 15 set xlabel "String Length being appended (mean, geo. dist.), log scale" offset 2,0 16 16 set ylabel "Time per append (ns, mean)" 17 set linetype 3dashtype 217 set linetype 2 dashtype 2 18 18 set linetype 4 dashtype 2 19 19 plot DIR."/string-graph-peq-cppemu.dat" \ 20 i 0 using 1:2 title columnheader(1) with linespoints lt rgb " blue" pt 2 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 21 '' i 1 using 1:2 title columnheader(1) with linespoints lt rgb "red" pt 3 ps 1 lw 1, \ 22 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 " red" pt 8 ps 1 lw 123 '' i 3 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.