Fix DPS over time graph
This commit is contained in:
@@ -72,6 +72,7 @@ class FitDpsTimeGraph(Graph):
|
||||
|
||||
x = []
|
||||
y = []
|
||||
fitDpsTime.recalc()
|
||||
for point, val in fitDpsTime.getIterator():
|
||||
x.append(point[variable])
|
||||
y.append(val)
|
||||
|
||||
Reference in New Issue
Block a user