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_lin_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_lin_output_results.m')
-rw-r--r-- | compass_lin_output_results.m | 6 |
1 files changed, 3 insertions, 3 deletions
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; |