Previous: Object Groups, Up: Advanced Plotting


15.4.7 Graphics Toolkits

— Function File: name = graphics_toolkit ()

Return the default graphics toolkit. The default graphics toolkit value is assigned to new figures. — Function File: name = graphics_toolkit (hlist)

Return the graphics toolkits for the figures with handles hlist. — Function File: graphics_toolkit (name)

Set the default graphics toolkit to name. If the toolkit is not already loaded, it is initialized by calling the function __init_name__. — Function File: graphics_toolkit (hlist, name)

Set the graphics toolkit for the figures with handles hlist to name.

See also: available_graphics_toolkits.

— Built-in Function: available_graphics_toolkits ()

Return a cell array of registered graphics toolkits.

See also: graphics_toolkit, register_graphics_toolkit.

— Built-in Function: loaded_graphics_toolkits ()

Return a cell array of the currently loaded graphics toolkits.

See also: available_graphics_toolkits.

— Built-in Function: register_graphics_toolkit (toolkit)

List toolkit as an available graphics toolkit.

See also: available_graphics_toolkits.