Skip to content
Prev 208120 / 398502 Next

How to draw a border for multiple graphs in one pager

On 01/30/2010 02:22 AM, Lu Wang wrote:
Try using box only on the second and third plot:

pie(value,labels=lbls,col=colors,radius=0.5)
pie(value,labels=lbls,col=colors,radius=0.5)
box(which="figure",type="l")
pie(value,labels=lbls,col=colors,radius=0.5)
box(which="figure",type="7")
pie(value,labels=lbls,col=colors,radius=0.5)
I think if you want left-aligned labels and right-aligned percentages, 
you will have to do the best you can with different numbers of spaces 
between the labels and percentages.

Jim