Changes between Version 42 and Version 43 of sandbox


Ignore:
Timestamp:
Oct 9, 2014, 8:46:27 PM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sandbox

    v42 v43  
    4242var xput_54 = {label:"54 Mbps", data:[[32, 1.379], [83, 3.430], [133, 5.288], [184, 7.016], [234, 8.760], [285, 10.285], [336, 11.680], [386, 13.007], [437, 14.211], [488, 15.393], [538, 16.402], [589, 17.456], [639, 18.573], [690, 19.496], [741, 20.358], [791, 21.091], [842, 21.986], [893, 22.680], [943, 23.322], [994, 24.045], [1044, 24.859], [1095, 25.456], [1146, 26.098], [1196, 26.586], [1247, 27.086], [1298, 27.557], [1348, 28.053], [1399, 28.546], [1449, 29.267], [1500, 29.638]]};
    4343
     44var data = [xput_6, xput_9, xput_12]
     45
    4446var xlabel = "Payload Size (Bytes)";
    4547var ylabel = "Achieved Throughput (Mbps)";
     
    5052
    5153        // Draw Graph
    52         graph_xput_v_len = Flotr.draw(container, [
    53                 xput_6,
    54                 xput_9,
    55                 xput_12,
    56                 xput_18,
    57                 xput_24,
    58                 xput_36,
    59                 xput_48,
    60                 xput_54,
    61         ],
     54        graph_xput_v_len = Flotr.draw(container, data,
    6255        {
    6356                title: title,