Skip to content
Back to formatted view

Raw Message

Message-ID: <4BF5227E.5040902@bitwrit.com.au>
Date: 2010-05-20T11:52:30Z
From: Jim Lemon
Subject: pie3D
In-Reply-To: <18319083.796431274353567823.JavaMail.defaultUser@defaultHost>

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