From 50ad3052a0b0c2245b6f3f481f12322391737aa5 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sun, 10 Jan 2021 21:15:58 -0500 Subject: working on new graphs --- py/img.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'py/img.py') diff --git a/py/img.py b/py/img.py index 177a7a2..c28bed0 100644 --- a/py/img.py +++ b/py/img.py @@ -1,4 +1,9 @@ from data import trials for trial in trials: - trial.plot(save=True); + trial.plot(save=True) + +from data2 import trials + +for trial in trials: + trial.plot(save=True) -- cgit