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

reporting: @graph: support multiple data sets in one graph

parent faf2d3be
Branches
Tags
No related merge requests found
......@@ -49,6 +49,10 @@ end
%set(h, 'PaperPositionMode', 'auto');
%set(h, 'units', 'normalized', 'outerposition', [0 0 1 1]);
if length(o.data) > 1
o.data = [o.data{:}];
end
if isempty(o.seriestouse)
ds = o.data;
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment