bugGNU Octave - Bugs: bug #31796, text object with normalized units...

 
 

bug #31796: text object with normalized units hides line object

Submitter:  Ben Abbott <bpabbott>
Submitted:  Mon 06 Dec 2010 12:54:10 AM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Ben Abbott Open/Closed:  * Closed
Release:  * dev Operating System:  * Mac OS
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 17 Feb 2012 01:10:29 AM UTC, comment #1: 

This problem no longer occurs for me. I assume one of the recent changesets to graphics.cc and/or _init_flkt_.cc has fixed it.

Ben Abbott <bpabbott>
Group Member
Mon 06 Dec 2010 12:54:10 AM UTC, original submission:  

After the commands below, the line object is not visible


backend fltk
hold on
text (0.05, 0.95, 'Hello World', 'units', 'normalized')
get (get (gca, "children"), "type")
ans =
{
  [1,1] = text
  [2,1] = line
}
get (get (gca, "children"), "visible")
ans =
{
  [1,1] = on
  [2,1] = on
}


However, if I follow up with a text command without "normalized" units ...


text (0.5, 0.5, "Hello again")


... the line object and all text objects are present.


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 bpabbott (Submitted the item)
  •  

    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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-02-17 bpabbott StatusConfirmed Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code