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: Mon, 23 Apr 2007 18:33:41 -0400

On 23-Apr-2007, Daniel J Sebald wrote:

| John W. Eaton wrote:
| > The stemseries object is the set of lines and markers that makes up
| > the stem plot.  This avoids having N handles for N stem lines.
| 
| Oh, I see; that makes sense.  But no one has added 'case "stemseries"' to the 
| __go_draw_axes__.m file yet?

It's not quite that easy.  If you look at the object that Matlab's
stem function returns, it only says hggroup for the type.  I don't see
anywhere that it says "stemseries" or how that is determined.  Maybe
it is a hidden property?  Maybe it is magic?

| This would be like a child object then?  Analogous to
| 
| __go_draw_figure__  calls  __go_draw_axes__
| 
| there might be
| 
| __go_draw_axes__  calls  __go_draw_legend__
| 
| ?  And then the legend would have its own properties which is more an 
| "interpretive" kind of thing rather than really creating "line" and "text" 
objects?

It looks like the legend is a child of the figure, not the axes.

jwe


reply via email to

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