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: Rik
Subject: [Octave-bug-tracker] [bug #31542] semilogy and axis tight
Date: Thu, 04 Nov 2010 21:30:59 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Ubuntu/9.10 (karmic) Firefox/3.6.12

Update of bug #31542 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

How is this an error?  The logarithm of a negative value is a complex number
which can't be displayed on a 2-D graph.  The automatic axis sizing code
therefore restricts the plot to only positive values.  When I run your
semilogy command I get the following "warning: axis: omitting nonpositive data
in log plot".

axis("tight") tries to set the axes to the min/max values of the dataset, but
it can't do that if the range isn't made from real numbers.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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