search for: cyano_euk_min

Displaying 1 result from an estimated 1 matches for "cyano_euk_min".

Did you mean: cyano_euk_max
2011 Dec 07
2
Hist and extra space
...everyone. I have an histogram like this one: http://imageshack.us/photo/my-images/442/dfsdfsdj.jpg/ I would like to remove the extra space under the histogram so it "touch" the x axis. Is it possible? Here's my code. hist(X, freq = F, col = 'gray', axes = FALSE) abline(v = cyano_euk_min, col = 'red', lty = 3, lw = 2) abline(v = cyano_euk_max, col = 'red', lty = 3, lw = 2) axis(1, tck = -0.02) axis(2, tck = -0.02) box(bty = 'l') Regards, Phil -- View this message in context: http://r.789695.n4.nabble.com/Hist-and-extra-space-tp4169121p4169121.html Sent fro...