MATLAB Functions Help Desk

whitebg

Purpose

Change Axes background color

Syntax

Description

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.

Remarks

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.

Examples

Set the background color to blue-gray:

Set the background color to blue:

See Also

ColorSpec

The Figure graphics object property InvertHardCopy.



[ Previous | Help Desk | Next ]