From c6f98433d2d7e8e80d3a123d5adb4002f171cd64 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Tue, 31 May 2016 08:21:46 +0200 Subject: [PATCH] Reset colormap to jet in plot_identification.m Necessary after Matlab changed default --- matlab/plot_identification.m | 1 + 1 file changed, 1 insertion(+) diff --git a/matlab/plot_identification.m b/matlab/plot_identification.m index f2cab6bd9..dff9d8854 100644 --- a/matlab/plot_identification.m +++ b/matlab/plot_identification.m @@ -187,6 +187,7 @@ if SampleSize == 1, text(0.5,ip,name{ip},'rotation',0,'HorizontalAlignment','right','interpreter','none') end colorbar; + colormap('jet'); ax=colormap; ax(1,:)=[0.9 0.9 0.9]; colormap(ax);