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
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
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
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.
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/
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
>>
>>
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
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