(A) I received the following bounced message when I tried to submit a
bug from http://bugs.r-project.org/cgi-bin/R
(B) The bug report itself is at the bottom.
Thanks,
Chris
(A)
-------- Original Message --------
Subject: Undelivered Mail Returned to Sender
Date: Wed, 6 Aug 2008 17:08:02 +0200 (CEST)
From: [EMAIL PROTECTED] (Mail Delivery System)
To: [EMAIL PROTECTED]
This is the Postfix program at host mail.pubhealth.ku.dk.
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The Postfix program
<[EMAIL PROTECTED]> (expanded from <[EMAIL PROTECTED]>): host
mail.pubhealth.ku.dk[/var/lib/imap/socket/lmtp] said: 452 4.2.2 Over quota
(in reply to RCPT TO command)
(B)
Full_Name: Chris Andrews
Version: 2.7.1
OS: Windows
Submission from: (NULL) (72.89.97.235)
# The following code shows that the legend is misplaced when a title is included
AND xlim specifies a decreasing x axis.
matplot(1:5, matrix(rnorm(5*3), nrow=5), type="l", col=1:3, lty=1, lwd=3,
xlim=c(5,1))
legend("bottomleft", col=1:3, lty=1, legend=paste("line", letters[1:3]))
legend("topleft", col=1:3, lty=1, legend=paste("line", letters[1:3]),
title="Hello")
legend("bottomright", col=1:3, lty=1, legend=paste("line", letters[1:3]))
legend("topright", col=1:3, lty=1, legend=paste("line", letters[1:3]),
title="Hello")
______________________________________________
[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.