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_lin_output_results.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compass_lin_output_results.m') 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