[Bugzilla] [Bug 8330] Samuel GOUGEON has changed cc
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Wed Mar 14 14:51:14 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 ------------
sgougeon at free.fr
---------- What changed ----------
cc
Samuel GOUGEON <sgougeon at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zoltan.gobor at lfl.bayern.de
--- Comment #3 from Zoltan Gobor <zoltan.gobor at lfl.bayern.de> ---
The same Problem if you type an example such as:
-->figure(5)
-->for i=1:4
-->subplot(4,1,i)
-->end
BUT
-->figure(5)
-->clf()
-->for i=1:4
-->subplot(4,1,i)
-->end
provides the required solution!
Zoltan
--- Comment #4 from Samuel GOUGEON <sgougeon at free.fr> ---
*** Bug 14969 has been marked as a duplicate of this bug. ***
--
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/1d8b5d00/attachment.htm>
More information about the Bugzilla
mailing list