summaryrefslogtreecommitdiff
path: root/compass_lin_extrema_vs_theta_output_results.m
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2020-10-12 21:17:09 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2020-10-12 21:17:09 -0400
commitcfe063c26901f9ad982b1ff63e4e141c1174d50c (patch)
treedc7e6b2792231e4ac5c7e33b0067eaa62572f483 /compass_lin_extrema_vs_theta_output_results.m
parent5f8a5f437aa921aa9ef890e7fc2ac0f5ee4649a6 (diff)
downloadmulti_mode_eit-cfe063c26901f9ad982b1ff63e4e141c1174d50c.tar.gz
multi_mode_eit-cfe063c26901f9ad982b1ff63e4e141c1174d50c.zip
axis relabeled
Diffstat (limited to 'compass_lin_extrema_vs_theta_output_results.m')
-rw-r--r--compass_lin_extrema_vs_theta_output_results.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/compass_lin_extrema_vs_theta_output_results.m b/compass_lin_extrema_vs_theta_output_results.m
index 1c82429..b421179 100644
--- a/compass_lin_extrema_vs_theta_output_results.m
+++ b/compass_lin_extrema_vs_theta_output_results.m
@@ -52,7 +52,7 @@ endfor
set(gca, 'XTick', [0,pi/4, pi/2, 3*pi/4, pi])
set(gca, 'XTickLabel', {'0', '\pi/4', '\pi/2', '3\pi/4', '\pi'})
title("Relative sidebands amplitudes");
-xlabel('Angle \theta, between B-field and light propagation direction');
+xlabel('Angle \theta between B-field and light propagation direction');
ylabel("Amplitude");
legend(labels);
print('compass_lin_sidebands_vs_theta.png')
@@ -100,7 +100,7 @@ set(gca, 'ZTickLabel', {'0', '\pi/4', '\pi/2', '3\pi/4', '\pi'})
%colorbar('Ticks',[0, pi/2, pi], 'TicksLabels', ['0', '\pi/2', '\pi'])
%ctickslabel(['0', '\pi/2', '\pi'])
-title('Phase diagram for different angles theta');
+title('Phase diagram for different \theta');
print('compass_lin_sidebands_phase_diagram_vs_theta.png')
figure(3)
@@ -112,8 +112,8 @@ hold all;
plot(thetas, (x_combo))
set(gca, 'XTick', [0,pi/4, pi/2, 3*pi/4, pi])
set(gca, 'XTickLabel', {'0', '\pi/4', '\pi/2', '3\pi/4', '\pi'})
-title("Sideband ratio: a_3/(a_0+a_3)");
-xlabel('Angle \theta, between B-field and light propagation direction');
+title('Sideband ratio: a_3/(a_0+a_3)');
+xlabel('Angle \theta between B-field and light propagation direction');
ylabel('Ratio');
ylim([0:1]);
print('compass_lin_sidebands_ratio_vs_theta.png')