bugGNU Octave - Bugs: bug #57310, contourf not working with NaNs

 
 

bug #57310: contourf not working with NaNs

Submitter:  Muhali <muhali>
Submitted:  Tue 26 Nov 2019 05:27:48 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Matlab Compatibility
Status:  Duplicate Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 5.1.0 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 26 Nov 2019 11:35:49 PM UTC, comment #1: 

This looks like a duplicate of either bug #42766 or bug #37501.  For a workaround, use -Inf instead of NaN.


Rik <rik5>
Group administrator
Tue 26 Nov 2019 05:27:48 PM UTC, original submission:  

Matlabs example for contourf


Z = peaks;
Z(:,26) = NaN;
contourf(Z)


does not work.

Muhali <muhali>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by muhali (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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-11-26 rik5 Dependencies- Depends on bugs #37501
    2019-11-26 rik5 StatusNone Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #42766

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code