[Master Index] [Index for /tools/hpmatlab/toolbox/matlab/graphics]

whitebg

(/tools/hpmatlab/toolbox/matlab/graphics/whitebg.m)


Function Synopsis

whitebg(fig,c)

Help text

WHITEBG Change background color of figure.
	WHITEBG toggles the current figure's background color
	between white and black and changes other properties as
	well so graphs look good. In addition, the root's default
	properties are set so subsequent plots in the current figure
	and new figures use the new background.

	WHITEBG(FIG) changes the figures in the column vector FIG.
	Include the root window handle (0) to affect the default
	properties for new windows or for CLF RESET.

	WHITEBG(FIG,C) or WHITEBG(C) sets the default background
	color to C and changes other properties as well so that
	graphs look good.  C can be a 1-by-3 rgb color or a color
	string such as 'white' or 'w'.

Cross-Reference Information

This function calls

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON