bugGNU Octave - Bugs: bug #55441, colorbar properties need listeners...

 
 

bug #55441: colorbar properties need listeners to invoke actions

Submitter:  Guillaume <gyom>
Submitted:  Thu 10 Jan 2019 05:58:03 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Feature Request
Status:  Confirmed Assigned to:  None
Originator Name:  Guillaume Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 10 Jan 2019 08:25:41 PM UTC, comment #1: 

Confirmed.  Re-titling to reflect the problem.  See colorbar.m and this FIXME note


## FIXME: Need listeners for colorbar: axislocation, axislocationmode,
##        direction, limits, limitsmode, location.



Rik <rik5>
Group administrator
Thu 10 Jan 2019 05:58:03 PM UTC, original submission:  

If you run this, the colorbar is on the left side of the axis as expected:


figure ();
colorbar ('westoutside');


while if you run the following it will stay on the right:


figure ();
h = colorbar ();
set (h, 'Location', 'westoutside');


Guillaume <gyom>

 

(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 rik5 (Posted a comment)
  • -email is unavailable- added by gyom (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
    2019-01-10 rik5 Item GroupNone Feature Request
        StatusNone Confirmed
        SummaryChanging the location of the colorbar colorbar properties need listeners to invoke actions

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code