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

remove-priordens
Houtan Bastani 2013-03-15 18:20:38 +01:00
parent faf2d3be3f
commit d905c6ad84
1 changed files with 4 additions and 0 deletions

View File

@ -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