From 97b59738e75c870ee7fbb245a3004fea008899d8 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Mon, 12 Oct 2020 22:06:55 -0400 Subject: added better colorbar and labels --- compass_lin_extrema_vs_theta_output_results.m | 1 + 1 file changed, 1 insertion(+) diff --git a/compass_lin_extrema_vs_theta_output_results.m b/compass_lin_extrema_vs_theta_output_results.m index c75ad2f..89ad2f6 100644 --- a/compass_lin_extrema_vs_theta_output_results.m +++ b/compass_lin_extrema_vs_theta_output_results.m @@ -103,6 +103,7 @@ xlabel('Sideband ratio: a_3/(a_0+a_3)'); ylabel('Sideband ratio: a_0/(a_0+a_3)'); %clabel('\theta'); cbh=colorbar; +colormap('jet'); ceps=4e-2; % somehow it does not show if it is flashed set(cbh,'YTick', [0,pi/4, pi/2-ceps]); % y octave uses YTick for colorbar? set(cbh,'YTickLabel', {'0', '\pi/4', '\pi/2'}) -- cgit v1.2.3