Graphics root object
groot
refers to the graphics root object.
Use groot
to access root properties. For a list
of properties, see Root Properties.
r = groot
stores the graphics root object
handle. To set root properties using dot notation, you must store
the handle first.
Use the graphics root object to set default values
on the root level for other types of objects. For example, set the
default colormap for all future figures to the summer
colormap.
set(groot,'DefaultFigureColormap',summer)
'remove'
keyword.set(groot,'DefaultFigureColormap','remove')