Method: PAES_Analysis#plotSingleRun_ParetoSchedules_Absolute
- Defined in:
- lib/flukso/plots.rb
#plotSingleRun_ParetoSchedules_Absolute ⇒ Object
325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 |
# File 'lib/flukso/plots.rb', line 325 def plotSingleRun_ParetoSchedules_Absolute basename="absolute-results" #main="Pareto Front (absolute values)", drawcmd=" plot(data$QT, data$Price, type=\"b\",\n xlab=\"queue time (s)\",\n ylab=\"price\"\n )\n END_OF_CMD\n infile=File.join(@workingdir, basename+\".txt\")\n outfile=basename+\".eps\"\n puts \"infile: \#{infile}\"\n puts \"outfile: \#{outfile}\"\n @runner.execute(infile, outfile, drawcmd)\nend\n" |