[Scilab-users] Plot: Back Ground Color

Samuel Gougeon sgougeon at free.fr
Tue Mar 22 11:11:45 CET 2016


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




More information about the users mailing list