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

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

[Octave-bug-tracker] [bug #33147] contour gives wrong x value


From: Chunbao Miao
Subject: [Octave-bug-tracker] [bug #33147] contour gives wrong x value
Date: Sat, 23 Apr 2011 02:08:21 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)

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

                 Summary: contour gives wrong x value
                 Project: GNU Octave
            Submitted by: miaocb
            Submitted on: Sat Apr 23 10:08:20 2011
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.3
        Operating System: GNU/Linux

    _______________________________________________________

Details:


a = 0:30:330;
phase = repmat(a,2,1);
x = 1:size(phase,2);
y = 1:size(phase,1);
subplot(2,1,1);
contour(x,y,phase,[0:30:330]);
subplot(2,1,2);
contour(phase,[0:30:330]);


THe first contour gives the right result, but the second contour gives the
absolutely wrong x values.

Could some help me to make sure whether this bug still exists in 3.4.0?




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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