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.
Dithering Truecolor on Indexed Color Systems | Backing Store |