summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2020-09-25 09:24:31 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2020-09-25 09:24:31 -0400
commit3a6c781e050fad0fc411f4439ef59a353aae4931 (patch)
tree1fd7f7747b1b540b252e61c96a9754d6650e209b
parent618950d65bf270a735b35f685ca2db4b05eb0714 (diff)
downloadmulti_mode_eit-3a6c781e050fad0fc411f4439ef59a353aae4931.tar.gz
multi_mode_eit-3a6c781e050fad0fc411f4439ef59a353aae4931.zip
better plot labels
-rw-r--r--compass_circ_output_results.m8
-rw-r--r--compass_lin_output_results.m6
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;