octave-maintainers
[Top][All Lists]
Advanced

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

Re: [OctDev] Java/OpenGL-based graphics package for octave


From: John W. Eaton
Subject: Re: [OctDev] Java/OpenGL-based graphics package for octave
Date: Wed, 25 Apr 2007 16:00:55 -0400

On 25-Apr-2007, Michael Goffioul wrote:

| On 4/25/07, John W. Eaton <address@hidden> wrote:
| > On 25-Apr-2007, Michael Goffioul wrote:
| >
| > | The baseline is actually stored in the axes object using setappdata.
| > | Next stem plot just have to retreive it.
| >
| > How would you know what method is used to store the object?
| 
| What do you mean?
| 
| The baseline handle is stored in the axes object using setappdata and
| a well-known name (something like "SeriesBaseLine"). You then retrieve
| it with getappdata and the same name.

OK, I see now that

  h = stem (1:3);
  getappdata (gca)

returns some properties.  I wasn't aware of getappdata until now.

jwe


reply via email to

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