[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #37501] contourf incorrect when NaN present on
From: |
Nicholas Jankowski |
Subject: |
[Octave-bug-tracker] [bug #37501] contourf incorrect when NaN present on boundary |
Date: |
Tue, 18 Apr 2023 21:03:37 -0400 (EDT) |
Follow-up Comment #7, bug #37501 (project octave):
looking at v8.2.0, contourf output seems the same as in comment #2. Rik's
stripped out version looks more complete, (the data index was missing a :
though)
contourf (X(:,2:end-1), Y(:,2:end-1), data(:,2:end-1))
checking matlab, both images with the full data and trimmed data look the same
as Octave's trimmed data.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?37501>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #37501] contourf incorrect when NaN present on boundary,
Nicholas Jankowski <=