HI, I am plotting one pie chart and need to write % inside it. How can i write % inside it as show in figure below. http://r.789695.n4.nabble.com/file/n4640078/pie_chart.png Regards -- View this message in context: http://r.789695.n4.nabble.com/How-to-write-in-pie-chart-tp4640078.html Sent from the R help mailing list archive at Nabble.com.
Post yer code and I'd be happy to take a look. On Aug 11, 2012 10:57 PM, "Manish Gupta" <mandecent.gupta@gmail.com> wrote:> HI, > > I am plotting one pie chart and need to write % inside it. How can i write > % > inside it as show in figure below. > > http://r.789695.n4.nabble.com/file/n4640078/pie_chart.png > > Regards > > > > -- > View this message in context: > http://r.789695.n4.nabble.com/How-to-write-in-pie-chart-tp4640078.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
check out the 'plotrix' package: floating.pie & pie.labels On Sun, Aug 12, 2012 at 1:00 AM, Manish Gupta <mandecent.gupta at gmail.com> wrote:> HI, > > I am plotting one pie chart and need to write % inside it. How can i write % > inside it as show in figure below. > > http://r.789695.n4.nabble.com/file/n4640078/pie_chart.png > > Regards > > > > -- > View this message in context: http://r.789695.n4.nabble.com/How-to-write-in-pie-chart-tp4640078.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.-- Jim Holtman Data Munger Guru What is the problem that you are trying to solve? Tell me what you want to do, not how you want to do it.