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

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

[Octave-bug-tracker] [bug #31542] semilogy and axis tight


From: anonymous
Subject: [Octave-bug-tracker] [bug #31542] semilogy and axis tight
Date: Fri, 05 Nov 2010 07:03:08 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729)

Follow-up Comment #2, bug #31542 (project octave):

Thanks for your fast response.

1.) Yes, of course, negative numbers cannot show up. But I would personally
expect that they are just omitted and axis tight only uses the values of the
existing real numbers.

At least this is the behavior in Matlab.

2.) Also, axis tight can deal with NaNs, the following code snipplet works:


octave:1> y = sin(1:1000);
octave:2> y(y<=0) = NaN;
octave:3> semilogy(y); axis tight;


3.) The same warning is thrown in both cases I mentioned in the previous
post. However, I personally would expect an exception/error if axis tight
prevents the figure from plotting/showing up.


Thanks again and cheers, Moti

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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