Changes in / [fd3be42:e1358c0]
- Location:
- doc/theses/mike_brooks_MMath
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
plot-allocn.gp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/Makefile
rfd3be42 re1358c0 87 87 $< > $@ 88 88 89 string-graph-peq-cppemu.pdf: string-graph-peq-cppemu.dat plot-peg-cppemu.gp| ${Build}89 string-graph-peq-cppemu.pdf: string-graph-peq-cppemu.dat | ${Build} 90 90 gnuplot plot-peg-cppemu.gp 91 91 92 string-graph-peq-sharing.pdf: string-graph-peq-sharing.dat plot-peg-sharing.gp| ${Build}92 string-graph-peq-sharing.pdf: string-graph-peq-sharing.dat | ${Build} 93 93 gnuplot plot-peg-sharing.gp 94 94 95 string-graph-pta-sharing.pdf: string-graph-pta-sharing.dat plot-pta-sharing.gp| ${Build}95 string-graph-pta-sharing.pdf: string-graph-pta-sharing.dat | ${Build} 96 96 gnuplot plot-pta-sharing.gp 97 97 98 string-graph-pbv.pdf: string-graph-pbv.dat plot-pbv.gp| ${Build}98 string-graph-pbv.pdf: string-graph-pbv.dat | ${Build} 99 99 gnuplot plot-pbv.gp 100 100 101 string-graph-allocn.pdf: string-graph-allocn.dat plot-allocn.gp| ${Build}101 string-graph-allocn.pdf: string-graph-allocn.dat | ${Build} 102 102 gnuplot plot-allocn.gp 103 103 -
doc/theses/mike_brooks_MMath/plot-allocn.gp
rfd3be42 re1358c0 4 4 5 5 DIR="pictures" 6 SCALE=10247 6 8 7 set macros … … 10 9 #set pointsize 2.0 11 10 set grid 12 set key bottom right11 set key top left 13 12 #set xtics (1,2,5,10,20,50,100,200,500) 14 #set logscale x 213 set logscale x 2 15 14 set logscale y 2 16 15 set xlabel "Duration (ns)" offset 2,0 17 set ylabel "Space Used (byte), x 1024" 16 set ylabel "Space Used (byte)" 17 set linetype 3 dashtype 2 18 set linetype 4 dashtype 2 18 19 plot DIR."/string-graph-allocn.dat" \ 19 i 0 using 1: ($2/SCALE)title columnheader(1) with linespoints lt rgb "blue" pt 2 ps 1 lw 1, \20 '' i 1 using 1: ($2/SCALE)title columnheader(1) with linespoints lt rgb "red" pt 3 ps 1 lw 1, \21 '' i 2 using 1: ($2/SCALE) title columnheader(1) with linespoints lt rgb "brown" pt 6 ps 1 lw 1, \22 '' i 3 using 1: ($2/SCALE) title columnheader(1) with linespoints lt rgb "black" pt 8 ps 1 lw 1, \23 '' i 4 using 1: ($2/SCALE) title columnheader(1) with linespoints lt rgb "magenta" pt 10ps 1 lw 120 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, \ 22 '' i 2 using 1:2 title columnheader(1) with linespoints lt rgb "gray" pt 6 ps 1 lw 1, \ 23 '' i 3 using 1:2 title columnheader(1) with linespoints lt rgb "yellow" pt 8 ps 1 lw 1, \ 24 '' i 4 using 1:2 title columnheader(1) with linespoints lt rgb "cyan" pt 8 ps 1 lw 1
Note:
See TracChangeset
for help on using the changeset viewer.