diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2020-09-25 09:24:31 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2020-09-25 09:24:31 -0400 |
commit | 3a6c781e050fad0fc411f4439ef59a353aae4931 (patch) | |
tree | 1fd7f7747b1b540b252e61c96a9754d6650e209b /compass_circ_output_results.m | |
parent | 618950d65bf270a735b35f685ca2db4b05eb0714 (diff) | |
download | multi_mode_eit-3a6c781e050fad0fc411f4439ef59a353aae4931.tar.gz multi_mode_eit-3a6c781e050fad0fc411f4439ef59a353aae4931.zip |
better plot labels
Diffstat (limited to 'compass_circ_output_results.m')
-rw-r--r-- | compass_circ_output_results.m | 8 |
1 files changed, 4 insertions, 4 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 |