Return the default graphics toolkit. The default graphics toolkit value is assigned to new figures.
graphics_toolkit (
hlist)
Return the graphics toolkits for the figures with handles hlist.
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__
.
graphics_toolkit (
hlist,
name)
Set the graphics toolkit for the figures with handles hlist to name.
See also: available_graphics_toolkits.
Return a cell array of registered graphics toolkits.
See also: graphics_toolkit, register_graphics_toolkit.
Return a cell array of the currently loaded graphics toolkits.
See also: available_graphics_toolkits.
List toolkit as an available graphics toolkit.
See also: available_graphics_toolkits.