Hello,
I recently upgraded matplotlib v0.98.5 to 1.0. Now when I try to plot data
using latex for the figure labels my scripts fail. I have not changed my code
so I'm not sure where the error is coming from. I have tried reinstalling and
updating MikTex and Ghostscript but that has not helpe
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
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
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"
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:
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