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

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

[Octave-bug-tracker] [bug #53217] Can't close window popping up after "g


From: Rik
Subject: [Octave-bug-tracker] [bug #53217] Can't close window popping up after "gray" command while pager is active
Date: Tue, 27 Feb 2018 16:45:31 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #26, bug #53217 (project octave):

We could extract the common input parsing code to a new function placed in the
private/ directory of images.  This might be a clearer coding strategy,
although performance would suffer.  Generally every time you have to go
outside the current function there is reasonable amount of overhead on the
part of the interpreter.  I don't think it's terribly important to change.

As to the difference between figure and axes colormaps, the latter did not
exist until recently in Matlab.  Consequently, none of the colormap routines
are set up to work with the axes colormap.  See the documentation of hsv as an
example: http://www.mathworks.com/help/matlab/ref/hsv.html.

It may not be the best, but there is a historical way of doing things and it
is documented.  If we want to have the colormaps look first to the axes, and
then to the figures for colormaps, we lose compatibility with Matlab.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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