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

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

[Octave-bug-tracker] [bug #33249] log plots with all negative data don't


From: Rik
Subject: [Octave-bug-tracker] [bug #33249] log plots with all negative data don't plot (FLTK)
Date: Fri, 30 Sep 2011 20:21:52 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

Update of bug #33249 (project octave):

                Category:                Plotting => Plotting with OpenGL   
              Item Group:                   Crash => Incorrect Result       
                 Summary: log plots with all negative data produce segfault =>
log plots with all negative data don't plot (FLTK)

    _______________________________________________________

Follow-up Comment #9:

Re-titling bug to reflect the actual remaining problem.  The problem does not
occur with gnuplot.

Sample code to provoke bug


a = logspace (-5,1,10);
b = -a;
loglog (a,b);



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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