search for: piecharts

Displaying 20 results from an estimated 47 matches for "piecharts".

Did you mean: piechart
2002 Feb 07
2
FW: layout and piechart diameter problem (PR#1300)
Third try... > -----Original Message----- > From: Warnes, Gregory R > Sent: Tuesday, February 05, 2002 4:12 PM > To: 'R-bugs' > Subject: layout and piechart diameter problem > > > I've been using layout to create some graphics pages which include pie > charts. (NB: No piechart arguments please, the main chart on the page is > a proper bar chart
2010 Nov 23
1
specifying colours in a ggplot2 piechart
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 don't seem to be able to use manually assigned colours. Can anyone suggest where I'm
2011 Feb 25
1
color code in loop for piecharts plotting
Hi, I am using this loop par(mfrow=c(3,3)) annos<-c(2001:2007,2009) for (i in annos) { t<-subset(masia,YEAR==i) t$FAMILIA<-drop.levels(t$FAMILIA) pie(table(t$FAMILIA),main=i) } To make piecharts of species composition among years (my data frame is called "masia"). So I get 1 piechart of the families that we have found in our survey each year. We don't have always the same families every year so I added t$FAMILIA<-drop.levels(t$FAMILIA) to the loop to avoid having those f...
2005 Sep 29
3
Display values in piechart/barplot
Is it possible to automatically display the underlying values of a piechart/barplot in the graphic? If so, which package/function/argument do I need for it? Thanks, Volker
2010 Dec 08
2
piechart
dear R-community, Is it possible to have one pie chart of a large radius and then a pie chart with smaller radius placed on top of the larger so the centers of the two pie charts coincide? I managed to place a filled circle with smaller radius in the piechart, see below. Thanks in advance, Sybille pie(rep(1,12), col=rainbow(24), radius=0.9, labels=
1997 Jun 04
0
R-beta: save.plot and piecharts
Hi all, I am not sure if someone else noticed this as well, but the combination of piechart plots and save.plot does not work correctly. The labels and tickmarks are plotted OK, but the piechart itself is placed somewhere else in the figure (when using colors) or not visible at all (if not filled). The combination with postscript("...") works, though. Two small thingies concerning pie
2002 Jan 07
0
piechart default colour (PR#1248)
As of 1.4.0, the default colour of pieslices is black. Try piechart(1:3) for instance. The workaround is to use an explicit col="white" argument. (Of course, everything in example(piechart) uses fancy colour schemes, so nobody noticed that the default got changed.) -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
2002 Feb 07
2
Problems sending email to r-bugs
Hi all, I've twice tried to send a bug report to r-bugs@biostat.ku.dk , however, the bug report has not shown up in the database, nor does it appear to have been copied to R-devel. One message was sent Tue Feb-05-2002 at 4:12pm EST, I resent at Wed Feb-06-2002 at 12:52 EST. I haven't recieved any error messages or warnings from the mail server, so I'm not sure what is wrong. Is
2004 Jun 14
1
Piecharts in a graph
Dear R-Community. I am trying show pie charts on a graph. To be precise, I have series of catch calues by species by geographic (5 deg by 5 deg) regions. I want to draw circles (actually pie charts showing the proportion of the catch in each area) so that I have a graph of catch by species by geographic area! I know there is the < symbols(dat$lon,dat$lat,circles = dat$sp1, add=TRUE) > but
2010 Jan 25
1
Postscript graphs
Hi, I tried to use the following commands to create a postscript pie chart using R: postscript(file="H:/piechart.eps") # then I wrote my commands to generate the pie chart pie(filename,labels=,col=,radius=0.6) dev.off() After I ran those commands, instead of giving the pie chart, it showed > dev.off() postscript 2 > In my H drive, there is a file called
2009 May 05
4
Create Pie chart from .csv file
Hi all, I am looking to create a pie chart from a given column in a .csv file. My class variables are as follows: entry_type, uniquekey, types, title, url, abstract, journal, author, month, year, howpublished So say I want to export a pie chart that groups together all entries under 'types' e.g. 3 x statistics 2x education etc. Im looking to have a piechart represent this
2011 Apr 10
2
Webalizer and GeoIP?
I have a small problem with webalizer. I use it to analyze logs of a small web server hosting a single site, and the only thing I am interested in from webalizer is the piechart diagram it produces about the geographic distribution of people visiting the site. However, the piechart it produces gives me a very crude information, with 50% or so of visitors belonging to "unresolved",
2010 Mar 24
2
Multi-panel Pie Charts.
Hi All, I'm trying to find out a way to plot multi-panel pie charts. It may not be the best way to present data, but I would still need one. 1. Is anyone aware of some in-built script/function which can do this for me. I'm aware of one given in Deepayan's book, but anything apart from this? 2. I tried using Deepayan's script on following data set but it doesn't seem to work
2000 Dec 13
1
explosed-pie
Dear All R users, my name is Raffaella Tommasini and I 'm working with R version 1.1.1 I'd like to know if is possible plot "explosed-pie" with R. Thanks for your attention, Raffaella Tommasini Bologna Italy -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20001213/722f4bd2/attachment.html
2001 Feb 04
1
Linux shared library problem (PR#838)
Full_Name: Daniel Egloff Version: 1.2.1 OS: Linux Redhat 7.0 Submission from: (NULL) (212.35.34.200) Externals in the shared library libc.so.6 not found. See the following R session, with the abort message at the end. > demo(graphics) demo(graphics) ---- ~~~~~~~~ Type <Return> to start : > opar <- par(ask = interactive() && (.Device %in%
1999 Sep 09
1
monitor linearity
demo("graphics") notes that a circle (piechart) is a test of monitor linearity. With a new monitor on a new linux system with R-0.65.0 I get an ellipse. This is not a pincushion effect and the major/minor axis ratio is constant over size and screen location variation. Is this a hardware problem or are there alternative possible explanations to explore? Gordon M. Harrington Mail: 3720
2001 Aug 16
1
Pie Chart
I've just started using R and I would like to know how to do a pie chart; The "pie" comand does not exist in the R I am using, why? Thanks, Marcos -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010816/b44c5388/attachment.html
2005 May 24
1
rotate pie chart
hey, about two weeks ago i posted a question concerning the display of two piecharts on one plot. after now being able to do so, i need to rotate them. the first piece of my pie is suppose to start at 0?? but at 90??. i tried several things, all failing in the end. anyone out there who has an idea? Lars
2006 Oct 01
1
pie() with only 180°
I want to plot the results of today's elections in Austria in this typical 180?-piechart (and not 360?). Unfortunantely pie() has just an argument "init.angle" and no "end.angle". Perhaps you know a workaround. Thomas
2010 Jan 29
1
How to draw a border for multiple graphs in one pager
Hi, I am struggling to create a 2 by 2 multiple graphs in one page. I used par(mfrow=c(2,2)) to divide the screen into 4. In each screen I draw a pie chart (They are all same). For example, my data is like this Concentration value A1 69 A2 8 G1 51 G2 1