tohojo requested changes on this pull request. Happy to take this, but please fix the cutoff issue :) > @@ -56,6 +56,14 @@ PLOTS = o([ 'smoothing': 10, 'color': 'black', 'linewidth': 2}]}), + ('upload_box', + {'description': 'Upload box plot', + 'type': 'box', + 'series': [{'data': glob('TCP upload::*'), + 'label': 'BE'}, + {'data': 'TCP upload avg', + 'label': 'Avg', + 'cutoff': (DELAY,-DELAY)}]}), Shouldn't cutoff be consistent between the average and the individual flows? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/pull/200#pullrequestreview-371828021