%%Figure 1 waveform bank load averaged_night_time.mat figure for ii=1:100 plot(-1000/1000:1/1000:3999/1000,wfbanka(:,ii)+(ii-1)*0.03*ones(5000,1)) scatter(-1000/1000:1/1000:3999/1000,wfbanka(:,ii)+(ii-1)*0.03*ones(5000,1),2,wfbanka(:,ii),'filled') hold on end caxis([-0.8 0.4]) ylim([-0.2 3.3]) xlim([-1000/1000 3999/1000]) colorbar; h=colorbar; ylabel(h,'[A]=mV/m','fontsize',20) xlabel('[t]=ms','FontSize', 20);ylabel('[d]=km','FontSize', 20) set(gca,'ytick',[0 0.57 1.17 1.77 2.37 2.97]) set(gca,'YTickLabel',{'10','200','400','600','800','1000'}) set(gca,'fontsize',16) box on print fig1.tif -dtiff