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

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

[Octave-bug-tracker] [bug #35004] Plotting: Nonsensical axis values caus


From: Lukas Reichlin
Subject: [Octave-bug-tracker] [bug #35004] Plotting: Nonsensical axis values cause hang for label commands
Date: Wed, 07 Dec 2011 17:54:51 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.52.7 (KHTML, like Gecko) Version/5.1.2 Safari/534.52.7

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

                 Summary: Plotting: Nonsensical axis values cause hang for
label commands
                 Project: GNU Octave
            Submitted by: paramaniac
            Submitted on: Wed 07 Dec 2011 05:54:50 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.3
        Operating System: Any

    _______________________________________________________

Details:


semilogx (1:10, 1:10)
ax = [1, 10, NaN, Inf]
axis (ax)
grid on
title ("title")
xlabel ("xlabel")
ylabel ("ylabel")


I came across these nonsensical axis values (NaN, Inf) when I fixed the
control package. As reliable interpreters should never crash or hang, I think
Octave should throw an error message. The problem is not limited to semilogx.
plot or semilogy are also affected.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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