bugGNU Octave - Bugs: bug #33610, typo in...

 
 

bug #33610: typo in plot/private/__getlegenddata__.m

Submitter:  Ben Abbott <bpabbott>
Submitted:  Tue 21 Jun 2011 02:43:33 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Julien Salort Open/Closed:  * Closed
Release:  * 3.4.0 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 21 Jun 2011 04:22:42 PM UTC, comment #1: 

Looks like a typo to me.  I fixed it on the stable branch.

John W. Eaton <jwe>
Group administrator
Tue 21 Jun 2011 02:43:33 PM UTC, original submission:  

n 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};

Ben Abbott <bpabbott>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by bpabbott (Submitted the item)
  • -email is unavailable- added by bpabbott
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-06-21 jwe StatusNone Fixed
        Open/ClosedOpen Closed
    2011-06-21 bpabbott Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code