On 05/20/2010 09:06 PM, n.vialma at libero.it wrote:
> Dear list,
> I would like to know if is it possible to add a legend to a pie3D??
> Thanks for your attention!
Hi n.vialma,
You sure can. Try adding this to the example:
legend(-1,1,c("Haters","Opposers","Apathizers","Lovers"),fill=rainbow(4))
Jim