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)