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 11:45:03 -0500

On 29-Nov-2007, David Bateman wrote:

| What about something like the attached instead.. What is does is modify 
| __plt_get_axis_handle__ such that is the first argument is logical is 
| set a variable "nogca", that if this variable is true, then gca() will 
| not be called. This allows the problematic functions to do something like
| 
| [h, varargin] = __plt_get_axis_handle__ ((nargout > 0), "sphere", 
| varargin{:});
| 
| and then axes.m does not need to be modified.

OK, that seems like a better solution.  I checked it in.

Thanks,

jwe


reply via email to

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