On 1/31/2007 8:15 PM, [EMAIL PROTECTED] wrote: > Hi list, > > I am trying to print a rgl scene. I can do this with > rgl.snapshot("test.pnt",fmt="png"), but > rgl.postscript("test.pdf",fmt="pdf") does crash R and returns to the > linux shell after extented time period. > > I am running R 2.4.0 on i686 linux mandrake 10.2. Do I need any other R > external program to make this work?
You aren't using the latest R, and probably aren't using the latest rgl. Try updating both: R to 2.4.1, rgl to 0.70. The rgl ChangeLog shows this for 0.70: - fixed bug in rgl.postscript in Linux, added text support to it ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.