from data import trials for trial in trials: trial.plot(save=True) from data2 import trials for trial in trials: trial.plot(save=True)