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: Muhali
Subject: [Octave-bug-tracker] [bug #41886] imagesc with badly scaled axes
Date: Mon, 17 Mar 2014 14:01:02 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0

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

                 Summary: imagesc with badly scaled axes
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Mon 17 Mar 2014 07:01:01 AM PDT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:


y = 1:10 ; x = 100*y;
imagesc(x, y, cos(x'*y))


produces a rectangle in the form of a line. This would be expected if 'axis
equal' is set. Setting 'axis normal' brings everything back to normal, which
should be the default (as in ML).




    _______________________________________________________

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]