diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2020-10-12 22:06:55 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2020-10-12 22:06:55 -0400 |
commit | 97b59738e75c870ee7fbb245a3004fea008899d8 (patch) | |
tree | acaeaa084ef3a3bf6dae76c180ea2cb5db15208c /compass_lin_extrema_vs_theta_output_results.m | |
parent | a50fdda6ae1d227369831a684c0f5cb03da5e8e7 (diff) | |
download | multi_mode_eit-97b59738e75c870ee7fbb245a3004fea008899d8.tar.gz multi_mode_eit-97b59738e75c870ee7fbb245a3004fea008899d8.zip |
added better colorbar and labels
Diffstat (limited to 'compass_lin_extrema_vs_theta_output_results.m')
-rw-r--r-- | compass_lin_extrema_vs_theta_output_results.m | 1 |
1 files changed, 1 insertions, 0 deletions
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'}) |