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

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

[Octave-bug-tracker] [bug #48667] Colormap not controllable at the axes


From: Rik
Subject: [Octave-bug-tracker] [bug #48667] Colormap not controllable at the axes level
Date: Mon, 22 May 2017 15:25:25 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0

Follow-up Comment #12, bug #48667 (project octave):

Amazingly the patch still applies.  I can't tell from Matlab's documentation,
so someone will have to check whether "colormap" is now an axes property. 
Test code:


hax = axes ();
get (hax, 'colormap')


Also, I see why you changed imshow to adjust the colormap of the axes, but is
that what Matlab does?  Further Matlab code for testing


x = round (63*rand (4,4) + 1);
subplot (2,1,1)
imshow (x, summer (64))
subplot (2,1,2)
imshow (x, winter (64))


Do the two plots have different color schemes?  Or are they the same which
means imshow just overwrites the figure level colormap property.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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