Hi All
The following code plots a little histogram perfectly well under X on the
screen but when I use the postscript command (also shown) to send this to a
file I get an incomplete histogram. It seems to print only the first half of
the bins. All headings and axes are OK.
hist(d[,2],25,xlab="Calls",main="Customer Weekly Profile")
# d[,2] is a data vector
postscript("cust.eps",horizontal=FALSE)
Any help would be greatly appreciated.
Thanks
Bob Mintram
Send instant messages to your online friends http://uk.messenger.yahoo.com
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.