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

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

[Octave-bug-tracker] [bug #37491] baseline not hidden when bar group is


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #37491] baseline not hidden when bar group is set invisible
Date: Tue, 02 Oct 2012 23:26:23 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1

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

                 Summary: baseline not hidden when bar group is set invisible
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: mar. 02 oct. 2012 23:26:22 GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

I noticed if I try to hide a bar group, the corresponding baseline holds
visible :

octave:1> h = bar (rand (5, 10));
octave:2> set (h(1), 'basevalue', .3) 
octave:3> set (h, 'visible', 'off')
octave:4> get (get (h(1), 'baseline'), 'visible')
ans = on


A patch that fixes the problem is attached



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: mar. 02 oct. 2012 23:26:22 GMT  Name: bar_baseline.patch  Size: 2 ko  
By: pantxo

<http://savannah.gnu.org/bugs/download.php?file_id=26681>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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