Re: [Scilab-users] Subplot Background color

2015-04-30 Thread Dang, Christophe
> 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 calcula

Re: [Scilab-users] Subplot Background color

2015-04-30 Thread Dang, Christophe
Hello, > De : Dagmar Van Driessche > Envoyé : mercredi 29 avril 2015 13:13 > > I am currently working on a project and I want to subplot 4 plots. > However these subplots all have different background colors You can do something like that : h = gcf(); // get the figure's h

[Scilab-users] Subplot Background color

2015-04-30 Thread Dagmar Van Driessche
Hello, I am currently working on a project and I want to subplot 4 plots. However these subplots all have different background colors (some are grey, others are white). Is there a way for me to automatically program the background color of each subplot? And is it possible to automatically maxi