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

Post a Comment

Add a New Comment Rich Markup
   

Discussion

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.savanna ... /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

 

Attached Files

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

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

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

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

    Votes

    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.

     

    History

    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.16-ed84.
    Corresponding source code