Add support for dps over time graph

This commit is contained in:
DarkPhoenix
2019-05-10 02:46:50 +03:00
parent 306710a314
commit 0f1cbb4234
7 changed files with 156 additions and 21 deletions

View File

@@ -21,6 +21,7 @@ import itertools
class Graph(object):
def __init__(self, fit, function, data=None):
self.fit = fit
self.data = {}