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

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

[Octave-bug-tracker] [bug #31305] slow contour plot


From: David Bateman
Subject: [Octave-bug-tracker] [bug #31305] slow contour plot
Date: Thu, 28 Oct 2010 22:29:35 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009091010 Iceweasel/3.0.14 (Debian-3.0.14-1)

Follow-up Comment #20, bug #31305 (project octave):

Weird contourf(peaks()) works but contourf(rand(10)) doesn't. For the GL code
I copied a block of Micheal's code to treat the unclosed patches that weren't
treated in his code. However, for contourf, all of the patches are closed, so
this part of the code I added isn't even used.

I had a look at this problem but I don't know this code well enough to try
and fix it. I added Micheal cced to this message and hope he can help..
Micheal could you apply the last of my patches in this bug report and try

backend fltk
contourf(peaks()) ## Works
pause(5)
contourf(rand(10)) ## Doesn't work

with the tip of the repository 

David

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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