Re: [R] Putting 733 discrete categories on Y-axis in qqplot2 as they are

2018-02-19 Thread greg holly
) > > > p<-ggplot(iris, aes(x=Sepal.Length, y=Species)) > > > p+geom_point() > > > p<-ggplot(iris, aes(x=Sepal.Length, y=MySpecies)) > > > p+geom_point() > > > > > Cheers > > Petr > > > > *From:* greg holly [mailto:mak.hho.

Re: [R] Putting 733 discrete categories on Y-axis in qqplot2 as they are

2018-02-19 Thread PIKAL Petr
riday, February 16, 2018 3:56 PM To: PIKAL Petr mailto:petr.pi...@precheza.cz>> Cc: r-help mailing list mailto:r-help@r-project.org>> Subject: Re: [R] Putting 733 discrete categories on Y-axis in qqplot2 as they are Hi Petr; Thanks. I do save the result in pdf by using the following command.

Re: [R] Putting 733 discrete categories on Y-axis in qqplot2 as they are

2018-02-16 Thread greg holly
, > > > > Greg > > > > On Fri, Feb 16, 2018 at 3:39 PM, PIKAL Petr > wrote: > > Hi > > > -Original Message- > > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of greg > holly > > Sent: Thursday, February 15, 2018 3:58 PM &

Re: [R] Putting 733 discrete categories on Y-axis in qqplot2 as they are

2018-02-16 Thread PIKAL Petr
To: PIKAL Petr Cc: r-help mailing list Subject: Re: [R] Putting 733 discrete categories on Y-axis in qqplot2 as they are Hi Petr; Thanks. I do save the result in pdf by using the following command. ggsave("z7.pdf", p4, height = 95, width = 8, device=pdf, limitsize = F,dpi=300) I c

Re: [R] Putting 733 discrete categories on Y-axis in qqplot2 as they are

2018-02-16 Thread greg holly
b 16, 2018 at 3:39 PM, PIKAL Petr wrote: > Hi > > > -Original Message- > > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of greg > holly > > Sent: Thursday, February 15, 2018 3:58 PM > > To: r-help mailing list > > Subject: [R] Puttin

Re: [R] Putting 733 discrete categories on Y-axis in qqplot2 as they are

2018-02-16 Thread PIKAL Petr
Hi > -Original Message- > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of greg holly > Sent: Thursday, February 15, 2018 3:58 PM > To: r-help mailing list > Subject: [R] Putting 733 discrete categories on Y-axis in qqplot2 as they are > > Hi all; &g

[R] Putting 733 discrete categories on Y-axis in qqplot2 as they are

2018-02-15 Thread greg holly
Hi all; I have 733 discrete categories that will go on y-axis in ggplot2. I used the following command to put the name of x-axis. scale_x_discrete (limits = c("SI", "HOMAIR", "AIR","HOMAB","SG","DI","FI","FG")) Since there are only 8 categories on x it was easy to do. Is there any way to do the