Initial commit
This commit is contained in:
commit
66a6860316
407 changed files with 1254365 additions and 0 deletions
9
models/seq_activity_synthetic/plot
Normal file
9
models/seq_activity_synthetic/plot
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
reset
|
||||
set terminal postscript enhanced colour portrait size 6, 6
|
||||
set out 'seq_activity_synthetic.eps'
|
||||
set key off
|
||||
set title "Relative performance of activity heap compared to normal heap"
|
||||
set xlabel "Active models"
|
||||
set ylabel "Time taken (%)"
|
||||
set yrange [75:110]
|
||||
plot "< paste seq_activity_synthetic/activityHeap seq_activity_synthetic/heap" using 1:(100*$2/$4), 100 w l lw 5
|
||||
Loading…
Add table
Add a link
Reference in a new issue