bugGNU Octave - Bugs: bug #33147, contour gives wrong x value

 
 

bug #33147: contour gives wrong x value

Submitter:  Chunbao Miao <miaocb>
Submitted:  Sat 23 Apr 2011 02:08:20 AM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Duplicate Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 3.2.3 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 23 Apr 2011 02:21:28 AM UTC, comment #1: 

This bug is the save as bug #30002, and is already fixed.

Chunbao Miao <miaocb>
Sat 23 Apr 2011 02:08:20 AM UTC, original submission:  


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?

Chunbao Miao <miaocb>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Updated the item)
  • -email is unavailable- added by miaocb (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-04-23 rik5 StatusNone Duplicate
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code