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

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

[Octave-bug-tracker] [bug #33947] plot gives out of memory error with so


From: Mike Reid
Subject: [Octave-bug-tracker] [bug #33947] plot gives out of memory error with some data on Fedora 15
Date: Fri, 05 Aug 2011 20:54:01 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0

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

Thanks, 

I think I changing the toolkit (presuming that the following is correct)
graphics_toolkit('fltk')
graphics_toolkit('gnuplot')

And that didn't change the error message. 

Have also tried: 
octave -f       # runs without loading .octaverc files
pkg unload all  # remove any packages
x = 0.1:0.1:1;
y = 0.043 * x.^0.36;
plot(x,y); 

I asked about this on the Fedora forum:
http://forums.fedoraforum.org/showthread.php?p=1501566&posted=1#post1501566
and got a reply that it worked with the 64-bit Fedora 15 installation (I'm
running 32 bit). 

I can add that the graph does appear, but the error message throws me out of
whatever function is running.

Mike


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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