MATLAB Functions | Help Desk |
whitebg
Change Axes background colorwhitebg whitebg(h) whitebg(ColorSpec
) whitebg(h,ColorSpec
)
whitebg
complements the colors in the current Figure.
whitebg(h)
complements colors in all Figures specified in the vector h
.
whitebg(ColorSpec
) and whitebg(h,ColorSpec
)
change the color of the Axes, which are children of the Figure, to the color specified by ColorSpec
.
whitebg
changes the colors of the Figure's children, with the exception of shaded surfaces. This ensures that all objects are visible against the new background color. whitebg
sets the default properties of the Root window such that all subsequent Figure plots use the new background color.
Set the background color to blue-gray:
whitebg([0 .5 .6])Set the background color to blue:
whitebg('blue')
ColorSpec
The Figure graphics object property InvertHardCopy
.