Calculate graph data only once

This commit is contained in:
DarkPhoenix
2019-05-12 05:30:49 +03:00
parent 49f1412d91
commit bd5710c676
3 changed files with 30 additions and 7 deletions

View File

@@ -72,6 +72,7 @@ class FitDmgTimeGraph(Graph):
x = []
y = []
fitDmgTime.recalc()
for point, val in fitDmgTime.getIterator():
x.append(point[variable])
y.append(val)