aboutsummaryrefslogtreecommitdiff
path: root/py/img.py
blob: c28bed02680d73447b03e3847dd15d5a22190047 (plain)
1
2
3
4
5
6
7
8
9
from data import trials

for trial in trials:
  trial.plot(save=True)

from data2 import trials

for trial in trials:
  trial.plot(save=True)