Skip to content
Back to formatted view

Raw Message

Message-ID: <42831982.5020104@ozemail.com.au>
Date: 2005-05-12T08:53:22Z
From: Jim Lemon
Subject: display two pie-charts
In-Reply-To: <42820C00.7030704@pik-potsdam.de>

Lars wrote:
> Hey,
> 
> i'd like to compose a clock-like looking plot composed out of two 
> circles, each showing the length of a period (to compare them). first, 
> to do so, it looked the easiest by using pie(), just puting multiple 
> pie-charts over each other. the problem is that once the second pie is 
> drawn, it replaces the first one. does anybody know how to add a second, 
> smaller pie over an existing one, like a layer?
> 
Hi Lars,

You might be able to do what you want with either floating.pie() or 
clock24.plot() in the plotrix package. I can't try it out right now, but 
I'll have a look later today.

Jim