summaryrefslogtreecommitdiff
path: root/compass_circ_output_results.m
diff options
context:
space:
mode:
Diffstat (limited to 'compass_circ_output_results.m')
-rw-r--r--compass_circ_output_results.m8
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