Skip to content
Snippets Groups Projects
Commit 4841f700 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

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

parent 22962be7
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment