New Plotting Functions: findall.m and allchild.m
Michael Goffioul
michael.goffioul at gmail.com
Wed Mar 5 04:05:08 CST 2008
On Wed, Mar 5, 2008 at 5:16 AM, Bill Denney <wsloand at gmail.com> wrote:
> John W. Eaton wrote:
> > | Also, I was trying to write hgsave and hgload, but I could not find a
> > | way to create a handle without using the plotting functions. Is there a
> > | way to generate handle objects without going through the plotting functions?
> >
> > Not that I know of, so at least part of hgload may need to be in C++.
Each object type has a corresponding "constructor" function: line,
patch, surface...
Each of these functions accepts property/value pairs. Can't you use them to
achieve what you wanna do?
Michael.
More information about the Octave-maintainers
mailing list