boxplot labels vertical?
1
0
Entering edit mode
@andrew-einhorn-4221
Last seen 9.6 years ago
i'm using the boxplot function on an affybatch object. it does the boxplot nicely, but because the labels are longish (5 chars), it doesn't print all of them out. i tried using the argument srt=90 but it's not working. any ideas why this is and/or how to fix it? Data <- ReadAffy() boxplot(Data, srt=90) [[alternative HTML version deleted]]
• 3.7k views
ADD COMMENT
0
Entering edit mode
@cei-abreu-goodger-4433
Last seen 9.1 years ago
Mexico
try: Data <- ReadAffy() boxplot(Data, las=2) and further help under: ?par Andrew Einhorn wrote: > i'm using the boxplot function on an affybatch object. it does the boxplot > nicely, but because the labels are longish (5 chars), it doesn't print all > of them out. i tried using the argument srt=90 but it's not working. any > ideas why this is and/or how to fix it? > > Data <- ReadAffy() > boxplot(Data, srt=90) > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD COMMENT

Login before adding your answer.

Traffic: 899 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6