MATLAB: Plot colour using GUIDE

plot color

Hello. I can't workout how to change the background colour of a plot that I associate with an axes component:
axes(handles.axes1)
plot(x,y)
I cannot find any mention of background color in the manual.
any suggestions? Thanks Jason

Best Answer

set ( handles.axes2, 'Color', [1 0 1] )