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
6243c71e
Commit
6243c71e
authored
May 02, 2013
by
Houtan Bastani
Browse files
reporting: cosmetic changes
parent
249cd964
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/reports/@graph/createGraph.m
View file @
6243c71e
...
...
@@ -89,9 +89,9 @@ if ~isempty(o.shade)
sh
=
patch
([
repmat
(
x1
,
1
,
2
)
repmat
(
x2
,
1
,
2
)],
...
[
yrange
fliplr
(
yrange
)],
o
.
shade_color
,
...
'facealpha'
,
o
.
shade_opacity
);
children
=
get
(
gca
()
,
'children'
);
children
=
get
(
gca
,
'children'
);
children
=
[
children
(
2
:
end
);
sh
];
set
(
gca
()
,
'children'
,
children
);
set
(
gca
,
'children'
,
children
);
end
xticks
=
get
(
gca
,
'XTick'
);
...
...
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