Skip to content
Snippets Groups Projects
Commit 4f9a87f6 authored by DROUGARD Nicolas's avatar DROUGARD Nicolas
Browse files

save plots at the same location

parent f2903a90
Branches master
No related tags found
No related merge requests found
......@@ -129,5 +129,5 @@ for period in ['begin','end']:
po20 = erp_array['20'][period],
)
fig = mne.viz.plot_compare_evokeds(evokeds, combine="mean", picks=chan, show=False)
fig[0].savefig('plots/no_epoch_rejected/ERP_GA_chan_' + chan + '_' + period + '.png')
fig[0].savefig('plots/Begin_VS_End_ERP_GA_chan_' + chan + '_' + period + '.png')
plt.close('all')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment