<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><br>
---------- Bug Summary ----------- <br>When plotting 2 subplots in the same figure, the background of the first subplot <br><br>
<br>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - When plotting 2 subplots in the same figure, the background of the first subplot"
href="http://bugzilla.scilab.org/show_bug.cgi?id=8330#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - When plotting 2 subplots in the same figure, the background of the first subplot"
href="http://bugzilla.scilab.org/show_bug.cgi?id=8330">bug 8330</a>
from <span class="vcard"><a class="email" href="mailto:zoltan.gobor@lfl.bayern.de" title="Zoltan Gobor <zoltan.gobor@lfl.bayern.de>"> <span class="fn">Zoltan Gobor</span></a>
</span></b>
<pre>Dear Samuel,
Thanks for the Respons. I find some interesting result after mesuring the time (interesting only if I would like to do some dynamical Interpretation.
tic();
figure(6);
a=gcf();
clf(a);
for i=1:4
subplot(4,1,i);
end
b=toc();
tic();
figure(5);
for i=1:4
subplot(4,1,i);
end
c=toc();
tic()
figure(7);
clf();
for i=1:4
subplot(4,1,i);
end
e=toc();
Best regards,
Zoltan</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>