To HTH
<br/><br/>Thanks for your advise. I read the help but I tottally confused.
<br/><br/>I added following command after plot command, but it doesn't work.
<br/><br/>gcf().background = 1;
<br/><br/><br/><br/>----- 元のメッセージ -----
<br/>差出人: "Samuel GOUGEON [via Scilab / Xcos - Mailing Lists Archives]" <<a href="/user/SendEmail.jtp?type=node&node=4033802&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>>
<br/>宛先: "noguchi" <<a href="/user/SendEmail.jtp?type=node&node=4033802&i=1" target="_top" rel="nofollow" link="external">[hidden email]</a>>
<br/>送信済み: 2016年3月22日(火曜日) 06:18:07
<br/>件名: Re: Plot: Back Ground Color
<br/><br/>Le 21/03/2016 14:58, noguchi a écrit : 
<br/><div class='shrinkable-quote'><br/>> When I generate a figure by using following command, the figure back ground 
<br/>> is grey except  loweside figure. The back ground color of the lower side 
<br/>> figure is white. 
<br/>> 
<br/>> subplot(2,1,1) 
<br/>> plot(t,y,'r') 
<br/>> title('step test data') 
<br/>> ylabel('process output (y)') 
<br/>> set(gca(),"grid",[1 1]) 
<br/>> subplot(2,1,2) 
<br/>> plot(t,u,'b') 
<br/>> set(gca(),"grid",[1 1]) 
<br/>> 
<br/>> 
<br/>> How can I change back ground color of my figure produced by subplot and plot 
<br/>> command? With 
</div>gcf().background = ncolor // ncolor being the color index of the chosen 
<br/>color in the colormap. 
<br/>or/and with 
<br/>gca().background = ncolor 
<br/><br/>You may have a look to 
<br/>help figure_properties 
<br/>help axes_properties 
<br/><br/>HTH 
<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-tp4033792p4033798.html" target="_top" rel="nofollow" link="external">http://mailinglists.scilab.org/Plot-Back-Ground-Color-tp4033792p4033798.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-tp4033792p4033802.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/>