[Bugzilla] [Bug 8330] Zoltan Gobor has commented the bug
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Wed Mar 14 15:18:23 CET 2018
http://bugzilla.scilab.org/show_bug.cgi?id=8330
--------- Bug Summary -----------
When plotting 2 subplots in the same figure, the background of the first subplot
---------- Changed by ------------
zoltan.gobor at lfl.bayern.de
---------- What changed ----------
--- Comment #5 from Zoltan Gobor <zoltan.gobor at lfl.bayern.de> ---
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
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180314/1abfea7b/attachment.htm>
More information about the Bugzilla
mailing list