help-octave
[Top][All Lists]
Advanced

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

Re: Bug in __getlegenddata__.m


From: Ben Abbott
Subject: Re: Bug in __getlegenddata__.m
Date: Tue, 21 Jun 2011 10:42:11 -0400

On Jun 21, 2011, at 9:54 AM, Julien Salort wrote:

> Hello,
> 
> I don't know if I'm right or if this is a known problem.
> In the file share/octave/3.4.0/m/plot/private/__getlegenddata__.m
> At line 48
> There is:
> text_strings = {text_strings{:}, hbobj.displayname};
> 
> I think it should be:
> text_strings = {text_strings{:}, hgobj.displayname};
> 
> Julien

To make sure this isn't forgotten, I've opend a bug report.

        https://savannah.gnu.org/bugs/index.php?33610

Ben



reply via email to

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