Skip to content

Commit 7169365

Browse files
georges-armTamarChristinaArm
authored andcommitted
Allow plotting multiple means in one graph.
Using the same functionality as the commit where we removed the unused key suffix, we can admit multiple mean=x.y parameters and plot those with only minor modifications. Change-Id: I63d219bb5f04615abeb8282ba7005d2d2fd6227e
1 parent 26e7ed3 commit 7169365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lnt/server/ui/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ def v4_graph():
11021102
None))
11031103

11041104
# Draw mean trend if requested.
1105-
if mean_parameter:
1105+
for mean_parameter in mean_parameters:
11061106
machine, field = mean_parameter
11071107
test_name = 'Geometric Mean'
11081108

0 commit comments

Comments
 (0)