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

reporting: @graph: push zeroline to bottom

parent 0cb0a23e
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment