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

reporting: @graph: bug fix

parent 1f988bcd
Branches
Tags
No related merge requests found
......@@ -123,7 +123,7 @@ assert(isempty(o.seriestouse) || iscellstr(o.seriestouse), ['@graph.graph: ' ...
if ~isempty(o.data)
if isempty(o.seriestouse)
for i=1:o.data.vobs
o.seriesElements = o.seriesElements.addSeries('data', o.data{o.name{i}});
o.seriesElements = o.seriesElements.addSeries('data', o.data{o.data.name{i}});
end
else
for i=1:length(o.seriestouse)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment