reporting: @graph: ensure xlim is not larger than actual xlimits

remove-priordens
Houtan Bastani 2013-04-09 14:22:19 +02:00
parent 22962be7c1
commit 4841f700eb
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ for i=1:ne
end
x = 1:1:dd.ndat;
xlim([1 dd.ndat]);
xlabels = getDatesCellStringArray(dd);
if ~isempty(o.yrange)