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