manpagez: man pages & more
info octave
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

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.


© manpagez.com 2000-2024
Individual documents may contain additional copyright information.