Skip to content
Back to formatted view

Raw Message

Message-ID: <1343806722285-4638634.post@n4.nabble.com>
Date: 2012-08-01T07:38:42Z
From: Manish Gupta
Subject: How to increase lenght of axis according input data?

Hi,

I am working on barplot.  I need to plot x-axis but scale on x axis is very
upto 15 while my data is upto 19.

pdf("image.pdf", width=10 , height =13)
par(mar=c(5,22.5,2,2))
barplot(t(data[,2:3]),   beside=TRUE, col=c(rgb(.537, .769, .933),rgb(.059,
.412, .659)), width = 1, horiz=TRUE,cex.names=.9, border ="white",las=1,
cex.axis= 1, cex.lab=1.2)
legend("topright", c("X","Y"), cex=1.5, bty="n", fill = c(rgb(.059, .412,
.659),rgb(.537, .769, .933)));
abline(v = 0, lwd = 1, col = 1)
dev.off()

http://r.789695.n4.nabble.com/file/n4638634/Screenshot.png 

How can i stretch x axis upto max input value?



--
View this message in context: http://r.789695.n4.nabble.com/How-to-increase-lenght-of-axis-according-input-data-tp4638634.html
Sent from the R help mailing list archive at Nabble.com.