Changeset 5d300ba for doc/theses/mike_brooks_MMath/plots
- Timestamp:
- Dec 16, 2025, 7:41:51 AM (3 months ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- 0210a543
- Parents:
- 35fc819
- Location:
- doc/theses/mike_brooks_MMath/plots
- Files:
-
- 5 edited
-
list-zoomout-noshuf.gp (modified) (1 diff)
-
list-zoomout-shuf.gp (modified) (1 diff)
-
string-peq-cppemu.gp (modified) (3 diffs)
-
string-peq-sharing.gp (modified) (3 diffs)
-
string-pta-sharing.gp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/plots/list-zoomout-noshuf.gp
r35fc819 r5d300ba 10 10 set key top left 11 11 set logscale x 12 set logscale y13 set yrange [1:1000];12 #set logscale y 13 #set yrange [1:1000]; 14 14 set xlabel "List length (item count)" offset 2,0 15 15 set ylabel "Duration (ns)" -
doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf.gp
r35fc819 r5d300ba 11 11 set logscale x 12 12 set logscale y 13 set yrange [1:1000];13 #set yrange [1:1000]; 14 14 set xlabel "List length (item count)" offset 2,0 15 set ylabel "Duration (ns) "15 set ylabel "Duration (ns), log scale" 16 16 set linetype 3 dashtype 2 17 17 set linetype 4 dashtype 2 -
doc/theses/mike_brooks_MMath/plots/string-peq-cppemu.gp
r35fc819 r5d300ba 1 set terminal pdf color enhanced size 6. 0in,3.0in font "Times,17"1 set terminal pdf color enhanced size 6.5in,3.5in font "Times,17" 2 2 #set terminal postscript portrait enhanced size 7.5, 10. color solid 9.5; 3 3 #set terminal wxt size 950,1250 … … 11 11 set grid 12 12 set key top left 13 set xrange [1:500] 13 14 set xtics (1,2,5,10,20,50,100,200,500) 14 15 set logscale x … … 20 21 set linetype 4 dashtype 2 21 22 plot INDIR."/plot-string-peq-cppemu.dat" \ 22 i 0 using 1:2 title columnheader(1) with points lt rgb "red" pt 2 ps 1, \ 23 '' i 1 using 1:2 title columnheader(1) with points lt rgb "red" pt 1 ps 1, \ 24 '' i 2 using 1:2 title columnheader(1) with points lt rgb "blue" pt 6 ps 1, \ 25 '' i 3 using 1:2 title columnheader(1) with points lt rgb "blue" pt 8 ps 1 23 i 0 using 1:2 title columnheader(1) with points lt rgb "red" pt 2 ps 1, \ 24 '' i 0 using 1:2 notitle smooth sbezier lt rgb "red" dashtype 1, \ 25 '' i 1 using 1:2 title columnheader(1) with points lt rgb "red" pt 1 ps 1, \ 26 '' i 1 using 1:2 notitle smooth sbezier lt rgb "red" dashtype 4, \ 27 '' i 2 using 1:2 title columnheader(1) with points lt rgb "blue" pt 6 ps 1, \ 28 '' i 2 using 1:2 notitle smooth sbezier lt rgb "blue" dashtype 1, \ 29 '' i 3 using 1:2 title columnheader(1) with points lt rgb "blue" pt 8 ps 1, \ 30 '' i 3 using 1:2 notitle smooth sbezier lt rgb "blue" dashtype 4 \ -
doc/theses/mike_brooks_MMath/plots/string-peq-sharing.gp
r35fc819 r5d300ba 1 set terminal pdf color enhanced size 6. 0in,3.0in font "Times,17"1 set terminal pdf color enhanced size 6.5in,3.5in font "Times,17" 2 2 #set terminal postscript portrait enhanced size 7.5, 10. color solid 9.5; 3 3 #set terminal wxt size 950,1250 … … 11 11 set grid 12 12 set key top left 13 set xrange [1:500] 13 14 set xtics (1,2,5,10,20,50,100,200,500) 14 15 set logscale x … … 20 21 set linetype 4 dashtype 2 21 22 plot INDIR."/plot-string-peq-sharing.dat" \ 22 i 0 using 1:2 title columnheader(1) with points lt rgb "red" pt 2 ps 1, \ 23 '' i 1 using 1:2 title columnheader(1) with points lt rgb "red" pt 1 ps 1, \ 24 '' i 2 using 1:2 title columnheader(1) with points lt rgb "blue" pt 6 ps 1, \ 25 '' i 3 using 1:2 title columnheader(1) with points lt rgb "blue" pt 8 ps 1 23 i 0 using 1:2 title columnheader(1) with points lt rgb "red" pt 2 ps 1, \ 24 '' i 0 using 1:2 notitle smooth sbezier lt rgb "red" dashtype 1, \ 25 '' i 1 using 1:2 title columnheader(1) with points lt rgb "red" pt 1 ps 1, \ 26 '' i 1 using 1:2 notitle smooth sbezier lt rgb "red" dashtype 4, \ 27 '' i 2 using 1:2 title columnheader(1) with points lt rgb "blue" pt 6 ps 1, \ 28 '' i 2 using 1:2 notitle smooth sbezier lt rgb "blue" dashtype 1, \ 29 '' i 3 using 1:2 title columnheader(1) with points lt rgb "blue" pt 8 ps 1, \ 30 '' i 3 using 1:2 notitle smooth sbezier lt rgb "blue" dashtype 4 \ 31 -
doc/theses/mike_brooks_MMath/plots/string-pta-sharing.gp
r35fc819 r5d300ba 1 set terminal pdf color enhanced size 6. 0in,3.0in font "Times,17"1 set terminal pdf color enhanced size 6.5in,3.5in font "Times,17" 2 2 #set terminal postscript portrait enhanced size 7.5, 10. color solid 9.5; 3 3 #set terminal wxt size 950,1250 … … 11 11 set grid 12 12 set key top left 13 set xrange [1:500] 13 14 set xtics (1,2,5,10,20,50,100,200,500) 14 15 set logscale x … … 17 18 set xlabel "String Length being appended (mean, geo. dist.), log scale" offset 2,0 18 19 set ylabel "Time per append (ns, mean), log_{2} scale" 19 #show colornames20 20 plot INDIR."/plot-string-pta-sharing.dat" \ 21 i 0 using 1:2 title columnheader(1) with points lt rgb "red" pt 2 ps 1, \ 22 '' i 1 using 1:2 title columnheader(1) with points lt rgb "dark-green" pt 4 ps 1, \ 23 '' i 2 using 1:2 title columnheader(1) with points lt rgb "blue" pt 6 ps 1, \ 24 '' i 3 using 1:2 title columnheader(1) with points lt rgb "dark-green" pt 12 ps 1 21 i 0 using 1:2 title columnheader(1) with points lt rgb "red" pt 2 ps 1, \ 22 '' i 0 using 1:2 notitle smooth sbezier lt rgb "red" dashtype 1, \ 23 '' i 1 using 1:2 title columnheader(1) with points lt rgb "dark-green" pt 4 ps 1, \ 24 '' i 1 using 1:2 notitle smooth sbezier lt rgb "dark-green" dashtype 4, \ 25 '' i 2 using 1:2 title columnheader(1) with points lt rgb "blue" pt 6 ps 1, \ 26 '' i 2 using 1:2 notitle smooth sbezier lt rgb "blue" dashtype 1, \ 27 '' i 3 using 1:2 title columnheader(1) with points lt rgb "dark-green" pt 12 ps 1, \ 28 '' i 3 using 1:2 notitle smooth sbezier lt rgb "dark-green" dashtype 4 \ 29
Note:
See TracChangeset
for help on using the changeset viewer.