[Scilab-users] Plot: Back Ground Color

Samuel Gougeon sgougeon at free.fr
Tue Mar 22 10:40:47 CET 2016


Le 22/03/2016 08:16, noguchi a écrit :
> To HTH
>
> Thanks for your advise. I read the help but I tottally confused.
>
> I added following command after plot command, but it doesn't work.
>
> gcf().background = 1;
With Scilab 6, it does, due to the new feature called "Recursive 
extraction".
With scilab < 6:
f = gcf();
f.background = 1;




More information about the users mailing list