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: John W. Eaton
Subject: Re: new major release? (was: Re: 3.2.4 call for patches)
Date: Sat, 28 Nov 2009 14:51:54 -0500

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


reply via email to

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