Re: [Matplotlib-users] trouble with show() not drawing in interactive mode w/ WxAgg

2012-09-26 Thread Craig the Demolishor
So I rebuilt Python so that I would have Tkinter support, and using TkAgg I get the behavior I want, so it's not mission critical to me to figure this out anymore. But if anyone is interested in tracking it down I will be glad to help. On Wed, Sep 26, 2012 at 8:06 AM, Craig the Demolishor wrote:

Re: [Matplotlib-users] Trouble with show()

2007-03-13 Thread Jeff Whitaker
CS wrote: > Hello - I've been searching around for a good plotting package for > python; matplotlib seems great - the problem is, I can't get anything > to show(). > > I'm on os x 10.4.8, python 2.4. > I've installed (and uninstalled and installed) matplotlib via darwin ports: > > novelbox:~/dev/py