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: Rik
Subject: [Octave-bug-tracker] [bug #33947] plot gives out of memory error with some data on Fedora 15
Date: Fri, 05 Aug 2011 20:38:31 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

Update of bug #33947 (project octave):

                  Status:                    None => Need Info              
                 Release:                   3.2.0 => 3.4.0                  

    _______________________________________________________

Follow-up Comment #1:

Which plotting toolkit are you using?  gnuplot or fltk?  And does switching to
the other toolkit solve the problem?


help graphics_toolkit


Also, for the simple example you posted, can you run it without any user
customization and without any installed packages?  I want to be sure it's not
something in your environment.


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); 



    _______________________________________________________

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]