[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
- all /tools/hpmatlab/toolbox/matlab/ops/all.m
- axes /tools/hpmatlab/toolbox/matlab/graphics/axes.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- fftshift /tools/hpmatlab/toolbox/matlab/datafun/fftshift.m
- find /tools/hpmatlab/toolbox/matlab/ops/find.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- gcf /tools/hpmatlab/toolbox/matlab/graphics/gcf.m
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
- i /tools/hpmatlab/toolbox/matlab/elmat/i.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- isempty /tools/hpmatlab/toolbox/matlab/ops/isempty.m
- j /tools/hpmatlab/toolbox/matlab/elmat/j.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- line /tools/hpmatlab/toolbox/matlab/plotxy/line.m
- max /tools/hpmatlab/toolbox/matlab/datafun/max.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- ones /tools/hpmatlab/toolbox/matlab/elmat/ones.m
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- text /tools/hpmatlab/toolbox/matlab/plotxy/text.m
- xlabel /tools/hpmatlab/toolbox/matlab/plotxy/xlabel.m
- ylabel /tools/hpmatlab/toolbox/matlab/plotxy/ylabel.m
- zeros /tools/hpmatlab/toolbox/matlab/elmat/zeros.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON