Previous: Object Groups, Up: Advanced Plotting



15.2.9 Graphics backends

— Function File: backend (name)
— Function File: backend (hlist, name)

Change the default graphics backend to name. If the backend is not already loaded, it is first initialized (initialization is done through the execution of __init_name__).

When called with a list of figure handles, hlist, the backend is changed only for the listed figures.

See also: available_backends.

— Built-in Function: available_backends ()

Return a cell array of registered graphics backends.