octave-maintainers
[Top][All Lists]
Advanced

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

Re: meshz, and leading axis handles to mesh, meshc and surface


From: John W. Eaton
Subject: Re: meshz, and leading axis handles to mesh, meshc and surface
Date: Thu, 29 Nov 2007 14:10:01 -0500

On 29-Nov-2007, David Bateman wrote:

| John,
| 
| I check Michael's comment with
| 
| octave:1> line()
| octave:2> axes()
| octave:3> xlim([0,2.1])
| octave:5> cf = gcf()
| octave:6> ax = get(gcf(),'children')
| ax =
| 
|   -1  -7
| 
| octave:8> get(ax(1),'type')
| ans = axes
| octave:9> get(ax(2),'type')
| ans = axes
| 
| and this seems to be consistent behavior wrt matlab.

OK, thanks.

I guess I was confused because the line goes away with Matlab, I
assume because the axis object is opaque in some way.  I don't think
this difference is worth doing anything about at this point.

jwe



reply via email to

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