map_calibration.m: Remove manual setting of xticks

Clutters x-axis too much
time-shift
Johannes Pfeifer 2016-06-19 15:46:16 +02:00 committed by Stéphane Adjemian (Hermes)
parent bf725787e6
commit 68e32e8e25
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ if ~isempty(indx_irf),
hold off,
axis([max(1,a(1)) a(2:4)])
box on,
set(gca,'xtick',sort(time_matrix{ij}))
%set(gca,'xtick',sort(time_matrix{ij}))
itmp = min(itmp);
title([endo_prior_restrictions.irf{itmp,1},' vs ',endo_prior_restrictions.irf{itmp,2}],'interpreter','none'),
end