src/Pure/Admin/build_status.scala
changeset 65868 65e132abab1e
parent 65867 53613acb76e7
child 65893 20656a4709d6
equal deleted inserted replaced
65867:53613acb76e7 65868:65e132abab1e
   328                 List(
   328                 List(
   329                   """ using 1:6 smooth sbezier title "maximum heap (smooth)" """,
   329                   """ using 1:6 smooth sbezier title "maximum heap (smooth)" """,
   330                   """ using 1:6 smooth csplines title "maximum heap" """,
   330                   """ using 1:6 smooth csplines title "maximum heap" """,
   331                   """ using 1:7 smooth sbezier title "average heap (smooth)" """,
   331                   """ using 1:7 smooth sbezier title "average heap (smooth)" """,
   332                   """ using 1:7 smooth csplines title "average heap" """,
   332                   """ using 1:7 smooth csplines title "average heap" """,
   333                   """ using 1:8 smooth sbezier title "final heap (smooth)" """,
   333                   """ using 1:8 smooth sbezier title "stored heap (smooth)" """,
   334                   """ using 1:8 smooth csplines title "final heap" """)
   334                   """ using 1:8 smooth csplines title "stored heap" """)
   335 
   335 
   336               def jfreechart(plot_name: String, fields: ML_Statistics.Fields): Image =
   336               def jfreechart(plot_name: String, fields: ML_Statistics.Fields): Image =
   337               {
   337               {
   338                 val image = Image(plot_name, image_width, image_height)
   338                 val image = Image(plot_name, image_width, image_height)
   339                 val chart =
   339                 val chart =