Problem with __plt_get_axis_arg__.m
David Bateman
David.Bateman at motorola.com
Mon Dec 10 05:10:29 CST 2007
Michael Goffioul wrote:
> On 12/4/07, Michael Goffioul <michael.goffioul at gmail.com> wrote:
>
>> On 12/3/07, John W. Eaton <jwe at bevo.che.wisc.edu> wrote:
>>
>>> | This looks good. Why not do the same for all functions if it is faster..
>>>
>>> Seems fine to me. I would certainly consider a patch.
>>>
>> I'll try to come with a complete patch soon.
>>
>
> While trying to extend the patch to other objects, I noticed 2 things:
> 1) __patch__.m explicitely set clim of the axes: is this really needed?
>
Humm, this was Kai that wrote this part of __patch__. My gut feeling is
that __patch__ probably doesn't need it and shouldn't have it as the
clim autoscaling should do this correctly. So its probably worth getting
rid of this stuff. However the "cdata" field of the patches appears to
be broken as the fourth demo of patch doesn't work. The issue is that
the data_property class in graphics.h.in has the data to be a Matrix,
whereas the cdata can be a 3D object, and is in the fourth demo. The
attached patch also addresses that
> 2) image.m does not support property/value pairs in its argument; I'm
> not going to work on that, so if anybody wants to do it...
>
What about the attached for that.. It doesn't address the same issue in
imagesc however.
D.
--
David Bateman David.Bateman at motorola.com
Motorola Labs - Paris +33 1 69 35 48 04 (Ph)
Parc Les Algorithmes, Commune de St Aubin +33 6 72 01 06 33 (Mob)
91193 Gif-Sur-Yvette FRANCE +33 1 69 35 77 01 (Fax)
The information contained in this communication has been classified as:
[x] General Business Information
[ ] Motorola Internal Use Only
[ ] Motorola Confidential Proprietary
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch5
Url: https://www.cae.wisc.edu/pipermail/octave-maintainers/attachments/20071210/43db9e14/attachment-0002.ksh
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch5.changelog
Url: https://www.cae.wisc.edu/pipermail/octave-maintainers/attachments/20071210/43db9e14/attachment-0003.ksh
More information about the Octave-maintainers
mailing list