On Feb 15, 2011, at 2:40 PM, Yeung (Billy) Au wrote:
> Thank you Jonathan for your quick response. > > My matplotlib version is 1.0.0 > > After editing line 124 of > C:\Python25\lib\site-packages\fipy\viewers\matplotlibViewer\matplotlib2DGridViewer.py > from "self.image.clim(vmax=datamax, vmin=datamin)" to > "self.image.set_clim(vmax=datamax, vmin=datamin)", I got two figure windows > popped up (with no image to display) and messages shown in the attached > image. Is there a newer version of matplotlib that I can download? Matplotlib 1.0.1 is out, but I'm using 1.0.0 as well, so I don't think that's a problem. Anyway, the message you get is a warning from PySparse, not an error, and it's not harmful. I don't know why you're not getting an image displayed.
