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

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

[Octave-bug-tracker] [bug #36493] memory exhausted when plotting small c


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #36493] memory exhausted when plotting small constat data with log scale
Date: Fri, 18 May 2012 20:51:08 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:12.0) Gecko/20100101 Firefox/12.0

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

                 Summary: memory exhausted when plotting small constat data
with log scale
                 Project: GNU Octave
            Submitted by: cdf
            Submitted on: Fri 18 May 2012 10:51:07 PM CEST
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

I get the following error in the current development sources:


>> loglog (logspace (-3, 2, 100), -1e-8 * ones (1, 100))
error: memory exhausted or requested size too large for range of Octave's
index type -- trying to return to prompt
>> semilogy (logspace (-3, 2, 100), -1e-8 * ones (1, 100))
error: memory exhausted or requested size too large for range of Octave's
index type -- trying to return to prompt


this happens with both gnuplot and fltk backends.

c.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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