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: Carnë Draug
Subject: [Octave-bug-tracker] [bug #53217] Can't close window popping up after "gray" command while pager is active
Date: Tue, 27 Feb 2018 13:43:43 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Update of bug #53217 (project octave):

                  Status:                   Fixed => In Progress            
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #19:

> I changed the various colormap functions so that they do not create a new
figure, when none exists, and rather use a default of 64 in this case.

So is this going to be Matlab incompatible on purpose? Or maybe I didn't
explain Matlab behaviour correctly?  Calling colormap in Matlab creates a new
figure when none exists. And setting the default also works:


>> set (groot, 'DefaultFigureColorMap', jet(8))
>> cmap = colormap () % this opens a new figure window

cmap =

         0         0    1.0000
         0    0.5000    1.0000
         0    1.0000    1.0000
    0.5000    1.0000    0.5000
    1.0000    1.0000         0
    1.0000    0.5000         0
    1.0000         0         0
    0.5000         0         0

>> isequal (cmap, jet(8))

ans =

  logical

   1



    _______________________________________________________

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]