On Thu, Nov 13, 2008 at 3:56 PM, Aurelie Bornot
<[EMAIL PROTECTED]> wrote:
>
> Hello everyone,
>
> I used to create postscripts with rpy without any problem on my old
> computer. This computer was on fedora 7 with python 2.5.1.
> I was given a new computer with fedora 9, python 2.5.1 and 2.8.0, and
> now, all my 'old' scripts for making postscripts or pdf do not work
> anymore...
> Here is a piece of code :
> r.postscript("Effets.ps")
> r.plot(ArrayB,ArrayC)
> r.dev_off()Have you tried doing this in R itself? Just use any simple R plotting example to make a PS and PDF file, and see if those files work. That should tell us if its an rpy problem or not. Peter ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ rpy-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rpy-list
