Re: [Matplotlib-users] MPL with PyQt: different behavior on Windows vs. Linux

2009-06-13 Thread Steve Nicholes
From: John Hunter Subject: Re: [Matplotlib-users] MPL with PyQt: different behavior on Windows vs. Linux To: "Steve Nicholes" Cc: matplotlib-users@lists.sourceforge.net Date: Friday, June 12, 2009, 7:02 AM On Wed, Jun 10, 2009 at 12:55 AM, Steve Nicholes wrote: > Thanks John.  I ho

Re: [Matplotlib-users] MPL with PyQt: different behavior on Windows vs. Linux

2009-06-13 Thread Steve Nicholes
Thanks for the tip Darren.  Adding this line seems to have done the trick!  Very much appreciated. --- On Fri, 6/12/09, Darren Dale wrote: From: Darren Dale Subject: Re: [Matplotlib-users] MPL with PyQt: different behavior on Windows vs. Linux To: "Steve Nicholes" Cc: matplo

Re: [Matplotlib-users] MPL with PyQt: different behavior on Windows vs. Linux

2009-06-12 Thread John Hunter
On Wed, Jun 10, 2009 at 12:55 AM, Steve Nicholes wrote: > Thanks John. I hope you aren't receiving this reply twice (my email kicked > me out when I hit send). I actually am importing pylab so it isn't an > entirely qt app. I didn't post all of the code originally b/c it is long > (and it would

Re: [Matplotlib-users] MPL with PyQt: different behavior on Windows vs. Linux

2009-06-12 Thread Darren Dale
On Tue, Jun 9, 2009 at 6:17 PM, Steve Nicholes wrote: > Hi, > > I am writing some code for automated testing via GPIB using MPL and PyQt. > To simulate automated data collection while debugging the program, I have > added a for loop (see below) after reading in a data file that plots each > point

Re: [Matplotlib-users] MPL with PyQt: different behavior on Windows vs. Linux

2009-06-10 Thread Steve Nicholes
haves properly).  I'm wondering if there is some issue with qt and Windows at work. Any thoughts? Thanks, Steve --- On Tue, 6/9/09, John Hunter wrote: From: John Hunter Subject: Re: [Matplotlib-users] MPL with PyQt: different behavior on Windows vs. Linux To: "Steve Nicholes"

Re: [Matplotlib-users] MPL with PyQt: different behavior on Windows vs. Linux

2009-06-09 Thread Steve Nicholes
    self.label_etad.setText('%.3f' % (a*self.R/self.facet_fraction))         self.label_ith.setText('%.3f' % (-b/a) + ' mA')        else:     self.abort_run = 0 --- On Tue, 6/9/09, John Hunter wrote: From: John Hunter Subject:

Re: [Matplotlib-users] MPL with PyQt: different behavior on Windows vs. Linux

2009-06-09 Thread John Hunter
On Tue, Jun 9, 2009 at 5:17 PM, Steve Nicholes wrote: > I am writing some code for automated testing via GPIB using MPL and PyQt. > To simulate automated data collection while debugging the program, I have > added a for loop (see below) after reading in a data file that plots each > point one by o

[Matplotlib-users] MPL with PyQt: different behavior on Windows vs. Linux

2009-06-09 Thread Steve Nicholes
Hi, I am writing some code for automated testing via GPIB using MPL and PyQt.  To simulate automated data collection while debugging the program, I have added a for loop (see below) after reading in a data file that plots each point one by one.  When I run the program in Linux, I see each point