Graphics |
MATLAB enables you to select different techniques for drawing graphics. The combination of settings you select depends on the type of graphics you are producing.
There are four figure properties that affect how MATLAB draws graphics:
BackingStore
-- Allows faster redrawing when obscured figure windows are exposed
DoubleBuffer
-- Produces flash-free rendering for simple animations
Renderer
and RendererMode
-- Specifies different rendering methods or allows MATLAB to make the selection
Figure Colormaps -- The Colormap Property | Backing Store |
© 1994-2005 The MathWorks, Inc.