[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How can I get successive plot on octave 3.2 as was obtained in octave 3.
From: |
John W. Eaton |
Subject: |
How can I get successive plot on octave 3.2 as was obtained in octave 3.0.x |
Date: |
Wed, 5 Aug 2009 22:30:52 -0400 |
On 4-Aug-2009, Tatsuro MATSUOKA wrote:
| Hello
|
| Please execute the attached on octave 3.0.x and octave 3.2.x.
|
| This script is demonstration of Thermal diffusive Equation in one dimension.
|
| In octave 3.0.x, the successive plots worked fine.
|
| However!!
| In octave 3.2.x, the screen flashes every new plot, it is not ease to see.
| In addition, in fltk back end only final graph is plotted (mingw).
|
| Perhaps this is due to the change in plotting routine in octave 3.2
|
| How can I get the successive plots, which can be done in octave 3.0.x, on
octave 3.2.x?
I think the flashing problem was fixed in the main development sources
by a recent change by Ben Abbott:
https://www-old.cae.wisc.edu/pipermail/octave-maintainers/2009-August/012982.html
I'm not sure whether his changeset is appropriate for the 3.2.x branch.
jwe