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: Sat, 10 Dec 2011 13:43:20 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/534.52.7 (KHTML, like Gecko) Version/5.1.2 Safari/534.52.7

Follow-up Comment #4, bug #35004 (project octave):

Sorry for the delay. The hang occurs on my MacOS X 10.6 machine and Octave
3.4.3, both FLTK and Gnuplot backends. 

Laurent Tissier <address@hidden>- who reported the bug for "bode" of
the control package on the octave help mailing list - confirmed that ubuntu
10.10 with octave 3.4.3 hangs with the code below:


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


    _______________________________________________________

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]