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: Ben Abbott
Subject: [Octave-bug-tracker] [bug #31305] slow contour plot
Date: Fri, 29 Oct 2010 06:49:24 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7

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

After further experimenting, what I found is that changing facecolor from
"flat" to [1, 1, 1] produces an image for contour(rand(20)) that looks
correct.

However, this never works twice in a row.

>> clear all
>> contour (rand (20))

produces the an image that looks correct

>> clear all
>> contour (rand (20))
>> contour (rand (20))

The second plot is not blank

>> clear all
>> contour (rand (20))
>> clear all
>> contour (rand (20))

The second plot looks correct.

I'll do some more tests.

    _______________________________________________________

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]