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

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

[Octave-bug-tracker] [bug #31522] Flickering movies


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #31522] Flickering movies
Date: Tue, 02 Nov 2010 08:07:04 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009060214 Firefox/3.0.11

URL:
  <http://savannah.gnu.org/bugs/?31522>

                 Summary: Flickering movies
                 Project: GNU Octave
            Submitted by: caliari
            Submitted on: Tue 02 Nov 2010 08:07:03 AM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Improvement/Optimization
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.3.53
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Dear all,

I noticed that the following 


x = linspace(0,1,100);
for i = 1:10
  plot(x,x.^i);
  legend('powers');
  pause(0.2);
end


produces "flickering movies" (as described here
http://www-old.cae.wisc.edu/pipermail/octave-maintainers/2009-June/012720.html).
Everything is fine with 3.3.51, or if I remove the legend. I'm using Gnuplot
4.4.2.

Best regards,

Marco




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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