Skip to content
Back to formatted view

Raw Message

Message-ID: <4343DBB8.6050701@stats.uwo.ca>
Date: 2005-10-05T13:57:12Z
From: Duncan Murdoch
Subject: transparent surface in rgl
In-Reply-To: <4343D5CE.50804@lumi.latrobe.edu.au>

On 10/5/2005 9:31 AM, Prof. Paul R. Fisher wrote:
> Hi all
> I am a complete newbie to this list (just subscribed) and a newcomer to 
> R (an S user from olden times). I have been using scatter3d to create a 
> 3d scatter plot with surface. The graphic is created within the rgl 
> package and I have used rgl.postscript to export it so I can generate a 
> publication quality image. My problem is that the plotted surface is no 
> longer transparent in the postscript output ie. the rgl.spheres that are 
> behind the surface disappear in the postscript image. Can't seem to find 
> any info on this anywhere. Am I doing something wrong? Is there an easy fix?

I think Postscript doesn't support transparency (or at least the version 
of Postscript that the rgl.postcript function targets doesn't support 
it).  You may have to export a bitmapped format using the rgl.snapshot() 
function.  If your original window is very large this may give you good 
enough quality.

Duncan Murdoch