Hi Kenji, Thanks for your interest in FiPy, We've had lots of issues getting the viewers working smoothly on Windows and we don't really have much control over their behavior. Does matplotlib (pylab) work effectively for you outside the fipy environment? For example if you do
import pylab pylab.plot((0,1,2)) pylab.show() at the python command line, can you move the resultant window around and raise and lower it without problems? On Thu, Oct 8, 2009 at 7:55 PM, kenji <[email protected]> wrote: > > Hi all, > > I have started to use fipy 3 weeks ago. And tried example codes distributed > with the fipy zip file. > > In my computer environment, the viewr plot command doesn't redraw for a mouse > click or alt+tab key operations. viewer.plot can redraw data but don't change > the Z order. The redrawn window is keeping under other windows. > > Are there another reports like this or counter measures to avoid this > problem. > > My computer environment > OS Win2K sevice pack 4 > python Enthought package:epd_py25-4.0.30002-win32-x86.msi > viewer pylab > pysparse version 1.0.1 > pylab matplotlib-0.98.3.0001-py2.5-win32.egg\pylab.py > > -- > Kenji Kobayashi > > -- Daniel Wheeler
