[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63033] axis tight does not ignore NaN
From: |
Johannes Pfeifer |
Subject: |
[Octave-bug-tracker] [bug #63033] axis tight does not ignore NaN |
Date: |
Thu, 8 Sep 2022 09:19:56 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?63033>
Summary: axis tight does not ignore NaN
Project: GNU Octave
Submitter: jpfeifer
Submitted: Thu 08 Sep 2022 01:19:54 PM UTC
Category: Plotting
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Matlab Compatibility
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Release: 7.2.0
Discussion Lock: Any
Operating System: Microsoft Windows
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Thu 08 Sep 2022 01:19:54 PM UTC By: Johannes Pfeifer <jpfeifer>
figure
plot(1:10,[zeros(9,1); NaN])
axis tight
in Matlab cuts off the NaN and set the xlim to [0, 9], while in Octave the NaN
is kept and the xlim is [0,10]
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63033>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #63033] axis tight does not ignore NaN,
Johannes Pfeifer <=