Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
1d70daa3
Commit
1d70daa3
authored
Mar 15, 2013
by
Houtan Bastani
Browse files
reporting: @graph: support multiple data sets in one graph
parent
d8ae22ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/reports/@graph/createGraph.m
View file @
1d70daa3
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment