[Matplotlib-users] matplotlib with tk? online examples fail...

2009-09-25 Thread Jonathan Tomshine
I'm quite new to python, but am attempting to add basic plotting functionality to a tk-based GUI application that is run primarily on a Mac. My initial attempts at simply calling plot or errorbar from within the application resulted in erratic behavior on Python installed through macports on my

Re: [Matplotlib-users] matplotlib with tk? online examples fail...

2009-09-25 Thread Jeff Whitaker
Jonathan Tomshine wrote: I'm quite new to python, but am attempting to add basic plotting functionality to a tk-based GUI application that is run primarily on a Mac. My initial attempts at simply calling plot or errorbar from within the application resulted in erratic behavior on Python

Re: [Matplotlib-users] matplotlib with tk? online examples fail...

2009-09-25 Thread Jonathan Tomshine
You're right! I almost forgot that I had installed a local copy of matplotlib a long time ago. It looks like Python was finding that copy before it found the correct one. The example appears to work now. Thanks again, -Jon On Fri, Sep 25, 2009 at 2:14 PM, Jeff Whitaker jsw...@fastmail.fm