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

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

[Octave-bug-tracker] [bug #36005] Consecutive image() calls flicker


From: anonymous
Subject: [Octave-bug-tracker] [bug #36005] Consecutive image() calls flicker
Date: Mon, 26 Mar 2012 07:17:09 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0

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

                 Summary: Consecutive image() calls flicker
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 26 Mar 2012 07:17:07 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Mitchal
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

[X Y] = meshgrid(0:100,0:100);
for i = 1:1000
    Z = X.*Y*i/1000;
    image(Z);
    pause(0.01)
end

When this code is run, the figure flickers.(Just run it and the problem will
be obvious.)

I found some other bug reports on flickering of graphs, but they were with
plot(). plot() will work just fine with similar code, but image() doesn't.

Is this a problem with Octave of gnuplot, or is there a way to fix this?(AKA
I'm doing it wrong.)

Thanks.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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