[Matplotlib-users] Display dynamic plots within wx GUI

2011-05-06 Thread Steve Kacenjar
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

[Matplotlib-users] pylab import problems

2006-12-26 Thread Steve Kacenjar
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 ---