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

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

[Octave-bug-tracker] [bug #53939] missing "ColorScale" property


From: Rik
Subject: [Octave-bug-tracker] [bug #53939] missing "ColorScale" property
Date: Wed, 23 May 2018 16:35:53 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #53939 (project octave):

                  Status:                    None => Confirmed              
                 Release:                   4.4.0 => dev                    

    _______________________________________________________

Follow-up 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.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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