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
f944dde8
Commit
f944dde8
authored
Apr 05, 2013
by
Houtan Bastani
Browse files
reporting: @graph: push zeroline to bottom
parent
0cb0a23e
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/reports/@graph/createGraph.m
View file @
f944dde8
...
...
@@ -105,7 +105,8 @@ end
if
o
.
zeroline
a
=
ylim
;
if
0
>
a
(
1
)
&&
0
<
a
(
2
)
plot
(
xlim
,
[
0
0
],
'color'
,
'k'
,
'LineWidth'
,
0.25
);
lh
=
line
(
xlim
,
[
0
0
],
'color'
,
'k'
,
'LineWidth'
,
0.25
);
uistack
(
lh
,
'bottom'
);
end
end
drawnow
;
...
...
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