summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2012-12-28 23:53:37 -0500
committerEugeniy Mikhailov <evgmik@gmail.com>2012-12-28 23:53:37 -0500
commitbab3401fd6a80c2b6254fcec4d4f36172bc299c6 (patch)
tree25b24a69e856ccd30e958620ddb89a862a3691f8
parent474d8067e7e80b3d81297ce1253507cb61a938b2 (diff)
downloadNresonances-bab3401fd6a80c2b6254fcec4d4f36172bc299c6.tar.gz
Nresonances-bab3401fd6a80c2b6254fcec4d4f36172bc299c6.zip
plot labels shorten
-rw-r--r--xmds2/realistic_Rb_and_fields/field_delay_vs_z.m16
1 files changed, 8 insertions, 8 deletions
diff --git a/xmds2/realistic_Rb_and_fields/field_delay_vs_z.m b/xmds2/realistic_Rb_and_fields/field_delay_vs_z.m
index 72c4115..34b287c 100644
--- a/xmds2/realistic_Rb_and_fields/field_delay_vs_z.m
+++ b/xmds2/realistic_Rb_and_fields/field_delay_vs_z.m
@@ -35,34 +35,34 @@ end
delay_time = pcenter_i - pcenter_i(1);
delay_time_err = sqrt( perr_i.^2 + (perr_i(1))^2);
-fh=figure(1)
+fh=figure(1);
niceplotset(fh);
%errorbar(z_1, delay_time, delay_time_err, '.-');
plot(z_1, delay_time, '.-');
-title('Pulse delay vs propagation distance');
+title('Pulse delay vs distance');
xlabel('z (m)');
ylabel('delay (S)');
print('delay_vs_z_for_Ip2.eps', '-depsc');
-fh=figure(2)
+fh=figure(2);
niceplotset(fh);
plot(z_1, sqrt(max_powerIp2), '.-');
-title('Pulse Ip2 strength vs propagation distance');
+title('Pulse Ip2 strength vs distance');
xlabel('z (m)');
ylabel('Field Rabi frequency (Mrad/s)');
print('field_vs_z_for_Ip2.eps', '-depsc');
-fh=figure(3)
+fh=figure(3);
niceplotset(fh);
plot(z_1, sqrt(max_powerIm1), '.-');
-title('Pulse Im1 strength vs propagation distance');
+title('Pulse Im1 strength vs distance');
xlabel('z (m)');
ylabel('Field Rabi frequency (Mrad/s)');
-fh=figure(4)
+fh=figure(4);
niceplotset(fh);
plot(z_1, sqrt(max_powerIm3), '.-');
-title('Pulse Im3 strength vs propagation distance');
+title('Pulse Im3 strength vs distance');
xlabel('z (m)');
ylabel('Field Rabi frequency (Mrad/s)');