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

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

[Octave-bug-tracker] [bug #41886] imagesc with badly scaled axes


From: Rik
Subject: [Octave-bug-tracker] [bug #41886] imagesc with badly scaled axes
Date: Tue, 18 Mar 2014 15:52:57 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0

Update of bug #41886 (project octave):

              Item Group:                    None => Regression             
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

This is a regression between 3.8.0 and 3.8.1.  I thought that imagesc would
call the equivalent of "axis image" which is "axis tight; axis equal". 
Perhaps you could run the following test in Matlab and report the results.


y = 1:10 ; x = 100*y;
imagesc(x, y, cos(x'*y))
get (gca, 'xlimmode')
xlim
pbaspect ('mode')
daspect ('mode')



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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