[SciPy-user] Mlab doesn't work

Gael Varoquaux gael.varoquaux at normalesup.org
Wed Jun 18 20:26:11 EDT 2008


On Wed, Jun 18, 2008 at 08:20:30PM -0400, Ryan May wrote:
> > The solution is to have pylab use the Wx event loop. You can do this by
> > doing (before importing pylab):
> > """
> > import matplotlib
> > matplotlib.use('WxAdd')
> 		    ^^^

> You mean:
> matplotlib.use('WxAgg')

Indeed,

Thank you Ryan.



More information about the SciPy-User mailing list