bugGNU Octave - Bugs: bug #37491, baseline not hidden when bar group...

 
 

bug #37491: baseline not hidden when bar group is set invisible

Submitter:  Pantxo Diribarne <pantxo>
Submitted:  Tue 02 Oct 2012 11:26:22 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 03 Oct 2012 03:09:42 PM UTC, comment #1: 

Thanks, I pushed your change with some edits to the commit message:

http://hg.savannah.gnu.org/hgweb/octave/rev/0133339a51c3

John W. Eaton <jwe>
Group administrator
Tue 02 Oct 2012 11:26:22 PM UTC, original submission:  

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

Pantxo Diribarne <pantxo>
Group Member

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #26681:  bar_baseline.patch added by pantxo (2KiB - text/x-patch)

 

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 pantxo (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-10-03 jwe StatusNone Fixed
        Open/ClosedOpen Closed
    2012-10-02 pantxo Attached File- Added bar_baseline.patch, #26681

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code