summaryrefslogtreecommitdiff
path: root/xmds2
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2012-01-11 15:03:59 -0500
committerEugeniy Mikhailov <evgmik@gmail.com>2012-01-11 15:03:59 -0500
commitb363e58147b5222288438211c8c020550b01e9e0 (patch)
tree3da73825819ad6164a519536305b39b03288fe7a /xmds2
parenta9166cdf10ff1833636533be60b2aba3a18ba159 (diff)
downloadNresonances-b363e58147b5222288438211c8c020550b01e9e0.tar.gz
Nresonances-b363e58147b5222288438211c8c020550b01e9e0.zip
typo in plot y-label
Diffstat (limited to 'xmds2')
-rw-r--r--xmds2/Nlevels_with_doppler_with_z_4wm/fast_to_slow_switch/pp_I2.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmds2/Nlevels_with_doppler_with_z_4wm/fast_to_slow_switch/pp_I2.m b/xmds2/Nlevels_with_doppler_with_z_4wm/fast_to_slow_switch/pp_I2.m
index 3a7d382..ac157bf 100644
--- a/xmds2/Nlevels_with_doppler_with_z_4wm/fast_to_slow_switch/pp_I2.m
+++ b/xmds2/Nlevels_with_doppler_with_z_4wm/fast_to_slow_switch/pp_I2.m
@@ -71,7 +71,7 @@ legend('location', 'southeast');
xlim([tmin,tmax],'manual');
ylim([0.5,1],'manual');
xlabel('t (uS)')
-ylabel('I_2')
+ylabel('I normalized')
title('Fields 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','-depsc2', '-tight','-S200,120', 'fields_before_after_cell_normalized.eps')