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

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

[Octave-bug-tracker] [bug #52280] fltk frontend crash with mesh


From: Rik
Subject: [Octave-bug-tracker] [bug #52280] fltk frontend crash with mesh
Date: Wed, 25 Oct 2017 12:22:22 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #52280 (project octave):

                Category:                Plotting => Plotting with OpenGL   
                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

Octave 3.8.2 is deprecated and is two generations back and won't be fixed. 
Can you check whether this is a problem with the latest stable release
(4.2.1)?  The sample code works for me.

For reference, the test code is:


tx = ty = linspace (-8, 8, 41)';
[xx, yy] = meshgrid (tx, ty);
r = sqrt (xx .^ 2 + yy .^ 2) + eps;
tz = sin (r) ./ r;
mesh (tx, ty, tz);




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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