help-octave
[Top][All Lists]
Advanced

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

Bug in __getlegenddata__.m


From: Julien Salort
Subject: Bug in __getlegenddata__.m
Date: Tue, 21 Jun 2011 15:54:21 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin)

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

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on a mailing list?



reply via email to

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