reporting: @graph: push zeroline to bottom

time-shift
Houtan Bastani 2013-04-05 13:15:00 +02:00
parent 0cb0a23ec1
commit f944dde89a
1 changed files with 2 additions and 1 deletions

View File

@ -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;