[Rpy] plots messed up

2008-06-25 Thread Patrick Jackson
I have no idea what is going on, but a few days ago all of the sudden my png images are appearing with only partial plots. It is giving me the hort. line, the plot points, and that is all. This is what my code looks like: ls_fit = r.lsfit(stat_table, real_table) gradient = ls_fit['coeffi

[Rpy] plots messed up

2008-06-25 Thread Patrick Jackson
I have no idea what is going on, but a few days ago all of the sudden my png images are appearing with only partial plots. It is giving me the hort. line, the plot points, and that is all. This is what my code looks like: ls_fit = r.lsfit(stat_table, real_table) gradient = ls_fit['coeffi

Re: [Rpy] zero byte images

2008-06-17 Thread Patrick Jackson
is to figure out how best to create a graph with several series of plots, boy is that going to be fun. lol Thanks for everyone's help, Patrick Jackson On Tue, Jun 17, 2008 at 3:49 PM, Gregory Warnes < [EMAIL PROTECTED]> wrote: > > The Cairo package is an optional library. You

Re: [Rpy] zero byte images

2008-06-16 Thread Patrick Jackson
cairo TRUE TRUE TRUE TRUEFALSEFALSE proving that my copy of R doesn't use cairo Now to find a copy that does use cairo Thanks On Mon, Jun 16, 2008 at 4:01 PM, Barry Rowlingson <[EMAIL PROTECTED]> wrote: > Patrick Jackson wrote: > >> So it does look li

Re: [Rpy] zero byte images

2008-06-16 Thread Patrick Jackson
the Django web framework. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Barry > Rowlingson > Sent: Monday, June 16, 2008 6:02 AM > To: RPy help, support and design discussion list > Subject: Re: [Rpy] zero byte images > Patrick Jackson

[Rpy] zero byte images

2008-06-16 Thread Patrick Jackson
Hello all I need your help. I currently have a website that calls a python script that uses rpy to create graphs. When I run the script from the console it works great but when I run the script via the website it is only creating a zero byte png file. The webserver that we are running is Apache,