[Scilab-users] Plot: Back Ground Color

noguchi noguchi at kje.biglobe.ne.jp
Mon Mar 21 14:58:50 CET 2016


When I generate a figure by using following command, the figure back ground
is grey except  loweside figure. The back ground color of the lower side
figure is white.

subplot(2,1,1)
plot(t,y,'r')
title('step test data')
ylabel('process output (y)')
set(gca(),"grid",[1 1])
subplot(2,1,2)
plot(t,u,'b')
set(gca(),"grid",[1 1])


How can I change back ground color of my figure produced by subplot and plot
command?


Thanks for your advise.

Noguchu fig1.pdf <http://mailinglists.scilab.org/file/n4033792/fig1.pdf>  



--
View this message in context: http://mailinglists.scilab.org/Plot-Back-Ground-Color-tp4033792.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list