[Scilab-users] Subplot Background color

Dang, Christophe Christophe.Dang at sidel.com
Thu Apr 30 14:44:07 CEST 2015


> De  Dang, Christophe
> Envoyé : jeudi 30 avril 2015 14:10
>
> You can do something like that :

[...]

Another convenient way:

--------------------

subplot(2, 2, 1);

h1 = gca();

plot(x, y)

h1.background = 1;

--------------------

HTH, regards

--
Christophe Dang Ngoc Chan
Mechanical calculation engineer
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.



More information about the users mailing list