[R] bug submitting bug? [Fwd: Undelivered Mail Returned to Sender]

Chris Andrews candrews at buffalo.edu
Wed Aug 6 20:01:05 CEST 2008


(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: 	MAILER-DAEMON at pubhealth.ku.dk (Mail Delivery System)
To: 	candrews at buffalo.edu



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

<r-bugs at pubhealth.ku.dk> (expanded from <R-bugs at biostat.ku.dk>): 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")



More information about the R-help mailing list