[Scilab-users] Plot: Back Ground Color

noguchi noguchi at kje.biglobe.ne.jp
Tue Mar 22 11:21:54 CET 2016


Thanks. The following command works as I expected. Great. Thanks.

In fact, it is still difficult for me to find out this command from Scilab help file.


f = gcf(); 
f.background = color("white")


----- 元のメッセージ -----
差出人: "Samuel GOUGEON [via Scilab / Xcos - Mailing Lists Archives]" <ml-node+s994242n4033810h78 at n3.nabble.com>
宛先: "noguchi" <noguchi at kje.biglobe.ne.jp>
送信済み: 2016年3月22日(火曜日) 19:13:11
件名: Re: Plot: Back Ground Color

Le 22/03/2016 10:52, noguchi a écrit : 
> To HTH 
> 
https://www.techopedia.com/definition/31483/hope-this-helps-hth 
;) 

> Thanks. I am using Scilab 5.5.2. 
> 
> Whe I insert following command after the plot command, back ground 
> color except lower figure becomes black. If I change tjhe value from 1 
> to 100, it shows black. It desn't work as I expected. 
> 
> f = gcf(); 
> f.background = 1 
You may try more explicitly: 
f.background = color("white") // or any other predefined color name as 
listed in 
https://help.scilab.org/docs/5.5.2/en_US/color_list.html 
help color_list 

_______________________________________________ 
users mailing list 
[hidden email] 
http://lists.scilab.org/mailman/listinfo/users 





If you reply to this email, your message will be added to the discussion below: http://mailinglists.scilab.org/Plot-Back-Ground-Color-tp4033792p4033810.html 
To unsubscribe from Plot: Back Ground Color, click here . 
NAML




--
View this message in context: http://mailinglists.scilab.org/Plot-Back-Ground-Color-tp4033792p4033811.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20160322/f9477121/attachment.htm>


More information about the users mailing list