[Graphics] More convenient backend access
Michael Goffioul
michael.goffioul at gmail.com
Fri Jan 25 09:11:11 CST 2008
On Jan 25, 2008 4:05 PM, Shai Ayal <shaiay at gmail.com> wrote:
> well, how about a figure.backend property which you can set/get and
> also set a default for in the usual way (in the root figure). Will
> that work with your current implementation by just adding this
> property and the appropriate set method (get is trivial) or is there
> something I missed which will cause a major recode?
No, I don't think so. Just write a manual set_backend (or should
it be set___backend__, to map a __backend__ property) and
make it close the figure (without popping it), before changing the
backend.
Michael.
More information about the Octave-maintainers
mailing list