bugGNU Octave - Bugs: bug #53939, missing "ColorScale"...

 
 

bug #53939: missing "ColorScale" property

Submitter:  ederag <ederag>
Submitted:  Fri 18 May 2018 11:20:02 PM UTC
   
 
Category:  Plotting Severity:  1 - Wish
Priority:  3 - Low Item Group:  Feature Request
Status:  Confirmed Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 23 May 2018 08:35:53 PM UTC, comment #1: 

Confirmed.  Matlab didn't allow a log scale for colorbars, but now, apparently, it does.  And they have migrated properties that used to be on the colorbar object itself, to the axes object.  It's rather hard to keep up.

As a start, the error message and checking to prevent logarithmic scales that was introduced in for bug #42311 can be reversed.  Then a new graphics property ColorScale would have to be added to axes objects in graphics.in.h.  Finally, colorbar.m would have to be modified to adjust its scale value based on the axes ColorScale property via a listener or a linked property.  Even then, the results would be sub-optimal unless colorbar starts using a surface object rather than an image object to represent the colorbar.

Rik <rik5>
Group administrator
Fri 18 May 2018 11:20:02 PM UTC, original submission:  
ederag <ederag>

 

(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 jwe (Updated the item)
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by ederag (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 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-01-12 jwe Severity3 - Normal 1 - Wish
        Priority5 - Normal 3 - Low
        Item GroupMatlab Compatibility Feature Request
    2018-05-23 rik5 StatusNone Confirmed
        Release4.4.0 dev

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code