octave-maintainers
[Top][All Lists]
Advanced

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

Re: legend and bar?


From: Shai Ayal
Subject: Re: legend and bar?
Date: Tue, 6 Nov 2007 07:42:20 +0200

On 11/5/07, Michael Goffioul <address@hidden> wrote:
> On 11/5/07, David Bateman <address@hidden> wrote:
> > > This is "next" in my TODO list. I already migrated the stemseries into
> > > pure m-files. My target is to move all specialized graphs into pure
> > > m-files (actually, there's only barseries left, the others are not 
> > > implemented
> > > yet). This makes the code re-usable by any graphics backend.
> > >
> > > Michael.
> > >
> > >
> > I presume you need the addprops function implemented in Octave to allow
> > arbitrary properties to be added to a handle to create the handle to the
> > barseries. Have you looked at that, or should someone else do it?
>
> This is indeed what's needed. But I didn't have a look at it and don't
> plan to do it.

Does anyone see a simple way to implement addprops? The way I see it
is is impossible in the current design where properties are actual
member variables of the object class. I can only think of totaly
changing the architeture to have properties be dynamic. It is a big
change.

Shai


reply via email to

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