octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3.0.4 last call for patches


From: Daniel J Sebald
Subject: Re: 3.0.4 last call for patches
Date: Fri, 16 Jan 2009 00:56:55 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

Jaroslav Hajek wrote:
On Tue, Jan 13, 2009 at 8:31 AM, Daniel J Sebald <address@hidden> wrote:

Jaroslav Hajek wrote:


If you care for a particular patch to be transplanted to 3.0.4
(bugfixes only), please point me to it.

One of these for vertical cell legends...




Daniel,

I generally prefer for to transplant patches that have already been
applied to development sources, to prevent diversion. Has any of these
patches been applied to development sources?

It doesn't appear that either has been applied.  However, in case someone may 
have fixed this some other way, try

x = [0:0.1:1]';
Y = [x sin(x)];
C = ;
plot(x, Y, '-');
legend({'x', 'sine'});
pause;
legend({'x'; 'sine'});
The two plot legends should look the same.  If the legend strings change 
around, then nothing has been done to fix this.

Thanks,

Dan


reply via email to

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