summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compass_lin_extrema_vs_theta_output_results.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/compass_lin_extrema_vs_theta_output_results.m b/compass_lin_extrema_vs_theta_output_results.m
index 0c6f897..cfb101b 100644
--- a/compass_lin_extrema_vs_theta_output_results.m
+++ b/compass_lin_extrema_vs_theta_output_results.m
@@ -53,7 +53,7 @@ title("Relative sidebands amplitudes");
xlabel('Angle \theta, between B-field and light propagation direction');
ylabel("Amplitude");
legend(labels);
-print('compass_circ_sidebands_vs_theta.png')
+print('compass_lin_sidebands_vs_theta.png')
hold off;
@@ -81,7 +81,7 @@ set(gca, 'ZTickLabel', {'0', '\pi/4', '\pi/2', '3\pi/4', '\pi'})
%colorbar('Ticks',[0, pi/2, pi], 'TicksLabels', ['0', '\pi/2', '\pi'])
%ctickslabel(['0', '\pi/2', '\pi'])
title('One sideband amplitude vs another for different angles theta');
-print('compass_circ_sidebands_combo_vs_theta.png')
+print('compass_lin_sidebands_combo_vs_theta.png')
% vim: ts=2:sw=2:fdm=indent