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: Tue, 27 Nov 2007 21:35:25 -0500

On 28-Nov-2007, David Bateman wrote:

| David Bateman wrote:
| >
| > There are quite a few other functions that don't allow an axis handle as
| > the first argument and should. These include errorbar, loglogerr,
| > loglog, polar, semilogx, semilogyerr, semilogy where the code to do it
| > is in __plt_get_axis_arg__ but is disabled, and stem where no code
| > exists to do it.

| 2007-11-27  David Bateman  <address@hidden>
| 
|       * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m,
|       plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m,
|       plot/semilogyerr.m: Treat an axis handle as the first argument.

I checked in these changs.

| Here is a patch that at least addresses this issue for the functions
| that rely on __plt_get_axis_arg__ as the fix was small. Should we
| convert the functions that probe the axes themselves to use
| __plt_get_axis_arg__?

I think it would be best to use a consistent method, so yes.

Thanks,

jwe


reply via email to

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