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
9637a9d4
Commit
9637a9d4
authored
Mar 29, 2013
by
Houtan Bastani
Browse files
reporting: @graph: bug fix
parent
1006b849
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/reports/@graph/graph.m
View file @
9637a9d4
...
...
@@ -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
)
...
...
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