3.0.4 last call for patches
Daniel J Sebald
daniel.sebald at ieee.org
Fri Jan 16 00:56:55 CST 2009
Jaroslav Hajek wrote:
> On Tue, Jan 13, 2009 at 8:31 AM, Daniel J Sebald <daniel.sebald at ieee.org> 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
More information about the Octave-maintainers
mailing list