octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #41573] Reparented axes are not drawn


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #41573] Reparented axes are not drawn
Date: Wed, 12 Feb 2014 21:43:12 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0

URL:
  <http://savannah.gnu.org/bugs/?41573>

                 Summary: Reparented axes are not drawn 
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: mer. 12 févr. 2014 21:43:11 GMT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

See example below : 


figure (1); figure (2);
ax = axes ();
set (ax, "parent", 1)
## no axes on figure 1 or 2
get (ax, {'parent', 'visible'})
##ans = 
##{
##  [1,1] =  1
##  [1,2] = on
##}
get (1, "children") == ax
##ans =  1



The axes is valid, I've tried to change its properties, draw lines ... all
"silently" (invisibly) works but I can't get it to be drawn. 






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41573>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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