Plot area color

  • Follow


Hi,
I have a figure for plot embedded in my gui.I tried the code below to change the color of plot area but it didnt work.Any suggestion?

set(gca,'Color',[1.0 0.8 0.1]);
By the way,I m not sure whether this code will change the color of the axes or background of plot area.
Thanks
0
Reply engin 1/1/2011 12:45:06 PM

Use get(gca) to see all the parameters you can change, i bet "backgroundcolor" is in there
0
Reply exosceleton 1/1/2011 2:00:21 PM


Thanks for the reply, I found the required parameters.
0
Reply engin 1/1/2011 2:29:04 PM

2 Replies
802 Views

(page loaded in 0.228 seconds)

Similiar Articles:













7/22/2012 6:48:21 AM


Reply: