[ < ] | [ > ] | [ << ] | [ 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.
15.2.9.1 Interaction with gnuplot |