Thanks. The following command works as I expected. Great. Thanks.
<br/><br/>In fact, it is still difficult for me to find out this command from Scilab help file.
<br/><br/><br/>f = gcf(); 
<br/>f.background = color("white")
<br/><br/><br/>----- 元のメッセージ -----
<br/>差出人: "Samuel GOUGEON [via Scilab / Xcos - Mailing Lists Archives]" <<a href="/user/SendEmail.jtp?type=node&node=4033811&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>>
<br/>宛先: "noguchi" <<a href="/user/SendEmail.jtp?type=node&node=4033811&i=1" target="_top" rel="nofollow" link="external">[hidden email]</a>>
<br/>送信済み: 2016年3月22日(火曜日) 19:13:11
<br/>件名: Re: Plot: Back Ground Color
<br/><br/>Le 22/03/2016 10:52, noguchi a écrit : 
<br/>> To HTH 
<br/>> 
<br/><a href="https://www.techopedia.com/definition/31483/hope-this-helps-hth" target="_top" rel="nofollow" link="external">https://www.techopedia.com/definition/31483/hope-this-helps-hth</a> 
<br/>;) 
<br/><br/>> Thanks. I am using Scilab 5.5.2. 
<br/>> 
<br/>> Whe I insert following command after the plot command, back ground 
<br/>> color except lower figure becomes black. If I change tjhe value from 1 
<br/>> to 100, it shows black. It desn't work as I expected. 
<br/>> 
<br/>> f = gcf(); 
<br/>> f.background = 1 
<br/>You may try more explicitly: 
<br/>f.background = color("white") // or any other predefined color name as 
<br/>listed in 
<br/><a href="https://help.scilab.org/docs/5.5.2/en_US/color_list.html" target="_top" rel="nofollow" link="external">https://help.scilab.org/docs/5.5.2/en_US/color_list.html</a> 
<br/>help color_list 
<br/><br/>_______________________________________________ 
<br/>users mailing list 
<br/>[hidden email] 
<br/><a href="http://lists.scilab.org/mailman/listinfo/users" target="_top" rel="nofollow" link="external">http://lists.scilab.org/mailman/listinfo/users</a> 
<br/><br/><br/><br/><br/><br/>If you reply to this email, your message will be added to the discussion below: <a href="http://mailinglists.scilab.org/Plot-Back-Ground-Color-tp4033792p4033810.html" target="_top" rel="nofollow" link="external">http://mailinglists.scilab.org/Plot-Back-Ground-Color-tp4033792p4033810.html</a> 
<br/>To unsubscribe from Plot: Back Ground Color, click here . 
<br/>NAML
<br/>

        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://mailinglists.scilab.org/Plot-Back-Ground-Color-tp4033792p4033811.html">Re: Plot: Back Ground Color</a><br/>
Sent from the <a href="http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html">Scilab users - Mailing Lists Archives mailing list archive</a> at Nabble.com.<br/>