@@ -9,7 +9,7 @@ dim = ones(Int,size(tconstr,1))*(1:size(tconstr,2))'
99namelist = collect (take (cycle (testnames), length (dim)))
1010ordlist = collect (take (cycle (testord), length (dim)))
1111dfconstr = DataFrame (t = vec (tconstr), name = namelist, ord = ordlist, dim = vec (dim))
12- dfeval = DataFrame (rate = vec (10 ^ 6. / teval), name = namelist, ord = ordlist, dim = vec (dim))
12+ dfeval = DataFrame (rate = vec (( 10 ^ 6 ) ./ teval), name = namelist, ord = ordlist, dim = vec (dim))
1313
1414flagBspline = (dfconstr[:name ] .== " IBSpline" ) | (dfconstr[:name ] .== " Grid" )
1515dfBconstr = dfconstr[flagBspline, :]
@@ -36,4 +36,4 @@ pGc = plot(dfGconstr, xgroup="dim", ygroup="ord", x="name", y="t", Geom.subplot_
3636draw (PNG (" constructionG.png" , plotsize... ), pGc)
3737
3838pGr = plot (dfGeval, xgroup= " dim" , ygroup= " ord" , x= " name" , y= " rate" , Geom. subplot_grid (Geom. point), Scale. y_sqrt, Guide. ylabel (" Throughput (pts/s) by order" ))
39- draw (PNG (" rateG.png" , plotsize... ), pGr)
39+ draw (PNG (" rateG.png" , plotsize... ), pGr)
0 commit comments