Skip to content
Snippets Groups Projects
Commit fa65c552 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Merge branch 'master' into ecb-master

parents 917f5e17 311703be
Branches
No related tags found
No related merge requests found
......@@ -61,7 +61,9 @@ switch ndseries
if isequal(id(1),0)
dates = strings([o.dates(1)-1,o.dates(id(2:end))]);
else
dates = strings(o.dates(id));
ID = id(find(isint(id)));
set(gca,'XTick',ID);
dates = strings(o.dates(ID));
end
set(gca,'XTickLabel',dates);
case 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment