It worked for me. Here is my configuration:
$ svn up
At revision 2865.
$ python -c "import matplotlib; print matplotlib.__version__"
0.91.2
What's yours?
PS You'll find the gist viewer much faster than matplotlib for"
everyday plotting. See the Pygist section on
<http://www.ctcms.nist.gov/fipy/installation.html>.
On Thu, Nov 27, 2008 at 12:28 PM, Ionut Vancea <[EMAIL PROTECTED]> wrote:
>
> Hello, again,
>
> Just to mention a new problem which I found is when I tried to run as
> example "python examples/flow/stokesCavity.py" I obtained the error:
>
> ......<skip>......
> pylab.quiver2(X, Y, U, V, 0.15)
> AttributeError: 'module' object has no attribute 'quiver2'
>
> So I needed to replace "quiver2" with "quiver" in
>
> fipy/viewers/matplotlibViewer/matplotlibVectorViewer.py
>
> in order to work.
>
> Cheers,
> Ionut
>
> --
> ===
> Ioan Vancea
> http://www.vioan.ro
>
>
--
Daniel Wheeler