octave-maintainers
[Top][All Lists]
Advanced

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

Re: new major release? (was: Re: 3.2.4 call for patches)


From: Ben Abbott
Subject: Re: new major release? (was: Re: 3.2.4 call for patches)
Date: Sat, 28 Nov 2009 16:16:20 -0500

On Nov 28, 2009, at 2:51 PM, John W. Eaton wrote:

> On 28-Nov-2009, Shai Ayal wrote:
> 
> | On Wed, Nov 25, 2009 at 11:11 PM, John W. Eaton <address@hidden> wrote:
> | > There is also the
> | >
> | >  addproperty: a `textlist' property already exists in the graphics object
> | >
> | > bug.
> | >
> | How do you reproduce this bug?
> 
> Running
> 
>  demo clabel
> 
> does it for me:
> 
>  octave:1> demo clabel
>  clabel example 1:
>   clf
>   [c, h] = contour (peaks(), -4 : 6);
>   clabel (c, h, -4 : 2 : 6, 'fontsize', 12);
> 
>  Press <enter> to continue: 
>  clabel example 2:
>   clf
>   [c, h] = contourf (peaks(), -7 : 6);
>   clabel (c, h, -6 : 2 : 6, 'fontsize', 12);
> 
>  clabel example 2: failed
>  addproperty: a `textlist' property already exists in the graphics object
> 
> This is independent of which graphics backend is used.
> 
> jwe

Soren noticed a similar (same?) bug some weeks ago.

        
http://old.nabble.com/%60__pixels_per_inch__%27-property-already-exists-p26049817.html

Ben



reply via email to

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