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