octave-maintainers
[Top][All Lists]
Advanced

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

Re: 2.9.9?


From: David Bateman
Subject: Re: 2.9.9?
Date: Tue, 26 Sep 2006 15:57:23 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060921)

John W. Eaton wrote:
> On 26-Sep-2006, David Bateman wrote:
>
> | John W. Eaton wrote:
> | > Are there any pending bugs that should be fixed or any other reasons
> | > to delay a new snapshot?
> | >
> | > Thanks,
> | >
> | > jwe
> | >
> | >   
> | I'd hoped to have eigs ready, but I still have a rare seg-fault to
> | address. When were you thinking of doing the release? By the weekend I
> | hope to have eigs in a better shape.
>
> I can wait a short while, but would like to make a new snapshot by
> next week at least.
>
> jwe
>
>   
There is one bug that was identify in 2.9.8 that I don't believe is
fixed yet. The fact that plot3 and mesh are ignoring the "hold on" I
looked at this and the problem appears to be in __gnuplot_splot__ itself
as running

    __gnuplot_set__ parametric;
    __gnuplot_raw__ ("set nohidden3d;\n");

and then running

x = rand(10,1);
y = rand(10,1);
z = rand(10,1);
tmp = [([x; NaN*ones(1,size(x,2))])(:),([y;
NaN*ones(1,size(y,2))])(:),([z; NaN*ones(1,size(z,2))])(:)];

__gnuplot_splot__ tmp

multiple times doesn't result in multiple plots on the same figure.
However, its really not obvious to me why this is happening.

D.

-- 
David Bateman                                address@hidden
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



reply via email to

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