[R] specifying colours in a ggplot2 piechart

2010-11-23 Thread John Kane
Someone was asking how to do a 16 category piechart in OpenOffice Calc and it appears that it can not be done (which we, probably, should be happy about) but I thought that I'd try it in ggplot2. It works but I then thought I'd like to make the colours more distinctive but fro some reason I

Re: [R] specifying colours in a ggplot2 piechart

2010-11-23 Thread baptiste auguie
fixing the various typos in your code, this works, lat_plot() + scale_fill_manual(value=mycolours) HTH, baptiste On 23 November 2010 19:47, John Kane jrkrid...@yahoo.ca wrote: Someone was asking how to do a 16 category piechart in OpenOffice Calc and it appears that it can not be done

Re: [R] specifying colours in a ggplot2 piechart

2010-11-23 Thread John Kane
auguie baptiste.aug...@googlemail.com wrote: From: baptiste auguie baptiste.aug...@googlemail.com Subject: Re: [R] specifying colours in a ggplot2 piechart To: John Kane jrkrid...@yahoo.ca Cc: r-h...@stat.math.ethz.ch Received: Tuesday, November 23, 2010, 2:02 PM fixing the various typos in your

Re: [R] specifying colours in a ggplot2 piechart

2010-11-23 Thread baptiste auguie
baptiste.aug...@googlemail.com Subject: Re: [R] specifying colours in a ggplot2 piechart To: John Kane jrkrid...@yahoo.ca Cc: r-h...@stat.math.ethz.ch Received: Tuesday, November 23, 2010, 2:02 PM fixing the various typos in your code, this works, lat_plot() + scale_fill_manual(value=mycolours