Hello,
I am trying to embed a dynamic figure within a GUI generated WX
interface but it only displays the last evaluation. I have tried
embedding the animated examples as provided by the animated link,
www.scipy.org/Cookbook/Matplotlib/Animations but it only shows the last
result in the fra
Just installed FC6 onto AMD 64 bit processor and have installed Python.
I have also installed numpy and matplotlib however when I run IPython
and begin importing items I run into a problem when try to import pylab.
Specifically I receive the following dump:
In [3]: import pylab
---