Re: [Matplotlib-users] pyplot.figure stealing window focus!!

2009-04-14 Thread Tyler B
to pay? Either way, thanks a ton! Tyler On 4/15/09, Andrew Straw wrote: > Tyler B wrote: >> Hi there, >> >> I am trying to run a python script on my computer at a regular >> interval [in the background] to output an image file using >> matplotlib. My problem is th

[Matplotlib-users] pyplot.figure stealing window focus!!

2009-04-14 Thread Tyler B
Hi there, I am trying to run a python script on my computer at a regular interval [in the background] to output an image file using matplotlib. My problem is that every time the script runs, it momentarily steals focus from whatever I'm working on -- which over time gets to be very annoying. I t

Re: [Matplotlib-users] Why would this happen?

2009-03-30 Thread Tyler B
that fixed it.. thanks! On Mon, Mar 30, 2009 at 11:02 AM, John Hunter wrote: > > > On Mon, Mar 30, 2009 at 8:22 AM, Tyler B wrote: > >> My graph, which had been working just fine, randomly decided to stop >> filling the width of the x-axis:http://screencast.com/t/v

[Matplotlib-users] Why would this happen?

2009-03-30 Thread Tyler B
My graph, which had been working just fine, randomly decided to stop filling the width of the x-axis:http://screencast.com/t/vr3AaXIq Here's the code I'm using (nothing fancy.. I took out all unnecessary formatting and it didn't help): fig = plt.figure(facecolor ='w', frameon=False) ax = plt.

[Matplotlib-users] Transparent graph background

2009-03-26 Thread Tyler B
Hi there, Thanks for your help with my problem yesterday.. the code was fine, and it was a problem with my system. I installed a fresh copy of EPD's Python and that fixed it! I have a quick question about making the chart background transparent. Here's the original graph: http://screencast.com/

Re: [Matplotlib-users] Trying to plot -- problem with date2num?

2009-03-25 Thread Tyler B
Any other ideas? I can't think of what else to try... Thanks again, Tyler On Wed, Mar 25, 2009 at 5:38 PM, John Hunter wrote: > > > On Wed, Mar 25, 2009 at 3:25 PM, Tyler B wrote: >> >> And yet here is the result: http://screencast.com/t/gLPDFtwnJM4 >> >>

[Matplotlib-users] Fwd: Trying to plot -- problem with date2num?

2009-03-25 Thread Tyler B
Sorry to spam.. I was advised to re-send this as plain text. Thanks for any help! Hi there, I'm trying to plot a file which keeps track of my inbox count over time.  Every minute it creates an observation, recording a timestamp, and the inbox count, like this: 2009-03-25 08:33:48, 5 2009-03-25

[Matplotlib-users] Trying to plot -- problem with date2num?

2009-03-25 Thread Tyler B
Hi there, I'm trying to plot a file which keeps track of my inbox count over time. Every minute it creates an observation, recording a timestamp, and the inbox count, like this: 2009-03-25 08:33:48, 5 2009-03-25 08:34:48, 5 2009-03-25 08:35:48, 5 ... and so on. I have about a day's worth of data