octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New Plotting Functions: findall.m and allchild.m


From: Michael Goffioul
Subject: Re: New Plotting Functions: findall.m and allchild.m
Date: Wed, 5 Mar 2008 11:05:08 +0100

On Wed, Mar 5, 2008 at 5:16 AM, Bill Denney <address@hidden> 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]