aboutsummaryrefslogtreecommitdiff
path: root/py/img.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/img.py')
-rw-r--r--py/img.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/py/img.py b/py/img.py
new file mode 100644
index 0000000..177a7a2
--- /dev/null
+++ b/py/img.py
@@ -0,0 +1,4 @@
+from data import trials
+
+for trial in trials:
+ trial.plot(save=True);