- Timestamp:
- Apr 25, 2025, 7:40:22 AM (5 months ago)
- Branches:
- master
- Children:
- ae0c1c3
- Parents:
- 6b33e89 (diff), f85de47 (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. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/plots/string-peq-cppemu.gp
r6b33e89 r65bd3c2 3 3 #set terminal wxt size 950,1250 4 4 5 DIR="pictures" 5 INDIR="build" 6 OUTDIR="build" 6 7 7 8 set macros 8 set output "build/string-graph-peq-cppemu.pdf"9 set output OUTDIR."/plot-string-peq-cppemu.pdf" 9 10 #set pointsize 2.0 10 11 set grid … … 12 13 set xtics (1,2,5,10,20,50,100,200,500) 13 14 set logscale x 14 #set logscale y 2 15 set logscale y 16 set yrange [10:200] 15 17 set xlabel "String Length being appended (mean, geo. dist.), log scale" offset 2,0 16 18 set ylabel "Time per append (ns, mean)" 17 19 set linetype 2 dashtype 2 18 20 set linetype 4 dashtype 2 19 plot DIR."/string-graph-peq-cppemu.dat" \21 plot INDIR."/plot-string-peq-cppemu.dat" \ 20 22 i 0 using 1:2 title columnheader(1) with linespoints lt rgb "red" pt 2 ps 1 lw 1, \ 21 23 '' i 1 using 1:2 title columnheader(1) with linespoints lt rgb "red" pt 3 ps 1 lw 1, \
Note:
See TracChangeset
for help on using the changeset viewer.