Re: [Matplotlib-users] tkinter bug?

2011-08-21 Thread CAB
Hi, Eric, Yes, the code you sent works. Many thanks for your help! Chad From: Eric Firing To: matplotlib-users@lists.sourceforge.net Sent: Sunday, August 21, 2011 2:05 PM Subject: Re: [Matplotlib-users] tkinter bug? That's probably why the button was comme

Re: [Matplotlib-users] [matplotlib-devel] Calling all Mac OSX users!

2011-08-21 Thread Daniel O'Connor
On 22/08/2011, at 5:36, Benjamin Root wrote: > Ok, there has been a lot of useful discussion (for both MacOSX and Windows), > but in the end, I want to know this: Is it possible for matplotlib to provide > a single, recommended, fully-supported-by-us method for installing our > package (possibl

Re: [Matplotlib-users] [matplotlib-devel] Calling all Mac OSX users!

2011-08-21 Thread Benjamin Root
Ok, there has been a lot of useful discussion (for both MacOSX and Windows), but in the end, I want to know this: Is it possible for matplotlib to provide a single, recommended, fully-supported-by-us method for installing our package (possibly for each platform?). Could it be pip? Or some other op

Re: [Matplotlib-users] tkinter bug?

2011-08-21 Thread Eric Firing
On 08/21/2011 05:54 AM, CAB wrote: Hi, All, Sorry if this complaint appears twice on this list. I have been using Matplotlib for a while, and I'm getting to the point where I'd like to embed the output in a Tk GUI application. I'm new to Tkinter. Here is the problem. Using the script that's in

Re: [Matplotlib-users] IOError: [Errno 4] Interrupted system call (Qt4 backend)

2011-08-21 Thread Tony Yu
On Sun, Aug 21, 2011 at 2:13 PM, Jouni K. Seppänen wrote: > Tony Yu writes: > > > IOError: [Errno 4] Interrupted system call > > Sounds like http://bugs.python.org/issue1068268, which is supposed to > have been fixed. Which version of Python are you running? > Hi Jouni, That bug does sound simi

Re: [Matplotlib-users] using matplotlib in web servers

2011-08-21 Thread John Hunter
On Sun, Aug 21, 2011 at 12:42 PM, Chris Withers wrote: > Hi All, > > The majority of the docs for matplotlib focus on making its behaviour > like that of Matlab, however, I'm looking to use it to generate graphs > for display by web apps. > > Where can I find good examples of doing this? > (ie: mu

Re: [Matplotlib-users] using matplotlib in web servers

2011-08-21 Thread Benjamin Root
On Sun, Aug 21, 2011 at 12:42 PM, Chris Withers wrote: > Hi All, > > The majority of the docs for matplotlib focus on making its behaviour > like that of Matlab, however, I'm looking to use it to generate graphs > for display by web apps. > > Where can I find good examples of doing this? > (ie: mu

[Matplotlib-users] using matplotlib in web servers

2011-08-21 Thread Chris Withers
Hi All, The majority of the docs for matplotlib focus on making its behaviour like that of Matlab, however, I'm looking to use it to generate graphs for display by web apps. Where can I find good examples of doing this? (ie: multi-threaded, multi-process apps which may by simulaneously generat

Re: [Matplotlib-users] IOError: [Errno 4] Interrupted system call (Qt4 backend)

2011-08-21 Thread Jouni K . Seppänen
Tony Yu writes: > IOError: [Errno 4] Interrupted system call Sounds like http://bugs.python.org/issue1068268, which is supposed to have been fixed. Which version of Python are you running? -- Jouni K. Seppänen http://www.iki.fi/jks

Re: [Matplotlib-users] Error with PDF output with usetex

2011-08-21 Thread Jouni K . Seppänen
Jeff Klukas writes: > File > "/Library/Frameworks/EPD64.framework/Versions/7.1/lib/python2.7/site-packages/matplotlib/dviread.py", > line 727, in _register > assert encoding is None > AssertionError This sounds like this issue: https://github.com/matplotlib/matplotlib/issues/191 There is

[Matplotlib-users] tkinter bug?

2011-08-21 Thread CAB
Hi, All, Sorry if this complaint appears twice on this list. I have been using Matplotlib for a while, and I'm getting to the point where I'd like to embed the output in a Tk GUI application.  I'm new to Tkinter.  Here is the problem.  Using the script that's in the "examples" page on the web

Re: [Matplotlib-users] PyPlot crashes upon closing

2011-08-21 Thread cabraut
Dear Jakob and Ben, I am seeing the same error. This is with a clean install of Python 2.7, numpy 1.6.1, and matplotlib 1.0.1 (all 32-bit versions running under a Win 7 64-bit OS). In fact, all I am doing to test this is to execute the 'embedding_in_tk.py' example that is on the examples web p