summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmds2/Nlevels_no_dopler_with_z_4wm/pp_I2.m6
1 files changed, 5 insertions, 1 deletions
diff --git a/xmds2/Nlevels_no_dopler_with_z_4wm/pp_I2.m b/xmds2/Nlevels_no_dopler_with_z_4wm/pp_I2.m
index 63b843b..45d4913 100644
--- a/xmds2/Nlevels_no_dopler_with_z_4wm/pp_I2.m
+++ b/xmds2/Nlevels_no_dopler_with_z_4wm/pp_I2.m
@@ -6,6 +6,9 @@ t_1=t_1*1e6; % time now measured in uS
figure(1)
%set(gca,'fontsize',20);
imagesc(z_1, t_1, I2_out_1); colorbar
+tmin=-0.4;
+tmax= 0.4;
+ylim([tmin,tmax],'manual');
xlabel('z (cm)')
ylabel('t (uS)')
zlabel('I_2')
@@ -58,10 +61,11 @@ plot( ...
t_1(indx),I2_in_norm(indx),'.-;before;', "linewidth", 4, ...
t_1(indx),I2_out_norm(indx), '-;after;', "linewidth", 4 ...
)
+legend('location', 'southeast');
xlim([tmin,tmax],'manual');
xlabel('t (uS)')
ylabel('I_2')
title('I_2 before and after cell normalized')
%set (gcf,'paperposition',[0.5 0 2.5,1.5]); % IMPORTANT to shrink eps size for readable fonts
-print('-color','-S300,200', 'probe_before_after_cell_I2_normalized.eps')
+print('-color','-depsc2', '-tight','-S200,120', 'probe_before_after_cell_I2_normalized.eps')