[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
cinvert
(/tools/hpmatlab/toolbox/matlab/graphics/cinvert.m)
Function Synopsis
cinvert(object)
Help text
CINVERT Invert black and white objects for nice printer output.
CINVERT is an M-file that will recursively change the color
properties of the given object, or the current Figure window by
default, and its children to give proper black on white hardcopy
output.
When printing on white paper it looks nicer, and uses less
ink/toner, to plot MATLAB graphics on a white background; instead
of the default black background used on screen. Since the background
changes, some children of the Figure also need to be inverted
to stay visible. Non black or white objects will not have their
colors changed.
See value of 'params' in this M-file for list of what properties
of the different object types are to be inverted.
See also PRINT.
Cross-Reference Information
This function calls
- 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
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- gcf /tools/hpmatlab/toolbox/matlab/graphics/gcf.m
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- image /tools/hpmatlab/toolbox/matlab/graphics/image.m
- isempty /tools/hpmatlab/toolbox/matlab/ops/isempty.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- patch /tools/hpmatlab/toolbox/matlab/graphics/patch.m
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- sum /tools/hpmatlab/toolbox/matlab/datafun/sum.m
- title /tools/hpmatlab/toolbox/matlab/plotxy/title.m
- type /tools/hpmatlab/toolbox/matlab/general/type.m
- uicontrol /tools/hpmatlab/toolbox/matlab/graphics/uicontrol.m
- uimenu /tools/hpmatlab/toolbox/matlab/graphics/uimenu.m
- xlabel /tools/hpmatlab/toolbox/matlab/plotxy/xlabel.m
- ylabel /tools/hpmatlab/toolbox/matlab/plotxy/ylabel.m
This function is called by
- print /tools/hpmatlab/toolbox/matlab/graphics/print.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON