summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2011-12-30 12:11:41 -0500
committerEugeniy Mikhailov <evgmik@gmail.com>2011-12-30 12:11:41 -0500
commitc7c8e4c682c841a85403ae92fb93c6c38a72673d (patch)
tree39ee33240614c83d9f0bb364a843bb4e24fa77b4
parentb135eb4fc96499d03d906efac689c1e26dc90f63 (diff)
downloadNresonances-c7c8e4c682c841a85403ae92fb93c6c38a72673d.tar.gz
Nresonances-c7c8e4c682c841a85403ae92fb93c6c38a72673d.zip
fast to slow: plot ranges and legend moved
-rw-r--r--xmds2/Nlevels_no_dopler_with_z_4wm_for_irina_pqe/fast_to_slow_switch/plot_fields_propagation_I2.gp2
-rw-r--r--xmds2/Nlevels_no_dopler_with_z_4wm_for_irina_pqe/fast_to_slow_switch/pp_I2.m3
2 files changed, 3 insertions, 2 deletions
diff --git a/xmds2/Nlevels_no_dopler_with_z_4wm_for_irina_pqe/fast_to_slow_switch/plot_fields_propagation_I2.gp b/xmds2/Nlevels_no_dopler_with_z_4wm_for_irina_pqe/fast_to_slow_switch/plot_fields_propagation_I2.gp
index ddc94eb..a0cd31f 100644
--- a/xmds2/Nlevels_no_dopler_with_z_4wm_for_irina_pqe/fast_to_slow_switch/plot_fields_propagation_I2.gp
+++ b/xmds2/Nlevels_no_dopler_with_z_4wm_for_irina_pqe/fast_to_slow_switch/plot_fields_propagation_I2.gp
@@ -12,4 +12,4 @@ set ylabel "t ({/Symbol m}S)"
set zlabel "I_2 (1/S)"
set nokey
#set view map
-splot [0:][-0.2:0.8] 'I2.dat'
+splot [0:][-0.2:0.4] 'I2.dat'
diff --git a/xmds2/Nlevels_no_dopler_with_z_4wm_for_irina_pqe/fast_to_slow_switch/pp_I2.m b/xmds2/Nlevels_no_dopler_with_z_4wm_for_irina_pqe/fast_to_slow_switch/pp_I2.m
index d1d4bdd..ecfdbbb 100644
--- a/xmds2/Nlevels_no_dopler_with_z_4wm_for_irina_pqe/fast_to_slow_switch/pp_I2.m
+++ b/xmds2/Nlevels_no_dopler_with_z_4wm_for_irina_pqe/fast_to_slow_switch/pp_I2.m
@@ -31,7 +31,7 @@ plot( ...
xlabel('t (uS)')
ylabel('I_2 (1/s)^2')
title('I_2 before and after cell')
-legend('location', 'southwest');
+legend('location', 'northeast');
[b, a]=butter(3, 0.05);
I2_out_after=I2_out_1(:,end);
@@ -62,6 +62,7 @@ xlim([tmin,tmax],'manual');
xlabel('t (uS)')
ylabel('I_2')
title('I_2 before and after cell normalized')
+legend('location', 'northeast');
set (gcf,'paperposition',[0.5 0 2.5,1.5]); % IMPORTANT to shrink eps size for readable fonts
print('-color','probe_before_after_cell_I2_normalized.eps')