Figure: Style
- Color - Background color of figure. Select a color or specify an RGB triple. Example of RGB: [0.75 0.75 0.75] is light gray.(
Color)
- Menu bar - Display or hide figure menu bar. (
MenuBar)
- Window name - Text appears on the figure window title bar. (
Name)
- Figure number - Display figure number in title bar when checked.
- Renderer mode - Auto (checked), MATLAB selects the rendering method. If you select a renderer from the list, MATLAB uses that renderer and disables autoselection (unchecked). (
Renderer, RendererMode)
Rendering Methods:
- Painters - Faster when the figure contains only simple or small graphics objects.
- ZBuffer - Faster and more accurate for 3-D scenes or large and complicated objects.
- OpenGL - Available on many computer systems. Generally faster than Painters or ZBuffer, and in some cases enables MATLAB to access graphics hardware available on some systems.
- Backing store - Use Backing store to produce fast redraws of previously obscured windows. Uncheck Backing store to use less system memory. See Backing Store for more information.
- Double buffering - Use Double buffering to speed up animating lines drawn with Renderer mode set to Painters and
EraseMode set to normal. ZBuffer always uses double buffering (and ignores this setting). OpenGL does not use double buffering. See Double Buffering for more information.