[R] omit y=zero line in histogram

Paul Artes paul_h_artes at yahoo.co.uk
Wed Apr 25 10:52:19 CEST 2007


Dear all,

hist ( ) plots a horizontal line at y=0 when the respective bin is empty. I
can deal with this by modifying the hist object before plotting it
(x$density[x$density == 0] <- NA), but I'm sure I've seen a more elegant
way. Perhaps this was in truehist (MASS). I have looked but can't find it.
Does anyone know?

Best wishes

Paul
-- 
View this message in context: http://www.nabble.com/omit-y%3Dzero-line-in-histogram-tf3643983.html#a10176762
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list