diff options
-rw-r--r-- | compass_lin_extrema_vs_theta_output_results.m | 8 |
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') |