From 3a6c781e050fad0fc411f4439ef59a353aae4931 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Fri, 25 Sep 2020 09:24:31 -0400 Subject: better plot labels --- compass_circ_output_results.m | 8 ++++---- compass_lin_output_results.m | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/compass_circ_output_results.m b/compass_circ_output_results.m index b2c7a04..253dbe3 100644 --- a/compass_circ_output_results.m +++ b/compass_circ_output_results.m @@ -47,9 +47,9 @@ for i=1:N_detunings-1 hold on; endfor -title("relative transmission"); -xlabel("angle theta, between B-field and light propagation direction"); -ylabel("amplitude"); +title("Relative sidebands amplitudes"); +xlabel("Angle theta, between B-field and light propagation direction"); +ylabel("Amplitude"); legend(labels); hold off; @@ -61,7 +61,7 @@ j=2; k= 7; plot(zoom_factor*(transmission_matrix(j,:)), zoom_factor*(transmission_matrix(k,:))) xlabel( labels{j}); ylabel( labels{k}); -title('One sideband amplitude vs another for different angles theta, between B-field and light propagation direction'); +title('One sideband amplitude vs another for different angles theta'); % vim: ts=2:sw=2:fdm=indent diff --git a/compass_lin_output_results.m b/compass_lin_output_results.m index 5dc2cdc..e60c3d1 100644 --- a/compass_lin_output_results.m +++ b/compass_lin_output_results.m @@ -47,9 +47,9 @@ for i=1:N_detunings-1 hold on; endfor -title("relative transmission"); -xlabel("angle phi (between x-axis and linear polarization, B-field is in y-z plane)"); -ylabel("amplitude"); +title("Relative sidebands amplitudes"); +xlabel("Angle phi between x-axis and linear polarization, B-field is in y-z plane)"); +ylabel("Amplitude"); legend(labels); hold off; -- cgit v1.2.3