Re: [Rd] Reversing axis in a log plot (PR#7894)

2005-05-30 Thread maechler
> "UweL" == Uwe Ligges <[EMAIL PROTECTED]> > on Fri, 27 May 2005 11:42:54 +0200 (CEST) writes: UweL> Please find attached my proposal for a bugfix. The UweL> experts might to better, though. UweL> Uwe Ligges Thank you, Uwe! Yes, your fix works, and yes, it can be improve

Re: [Rd] Reversing axis in a log plot (PR#7894)

2005-05-27 Thread ligges
This is a multi-part message in MIME format. --MIMEStream=_0+99651_873538045512443_0843898189 Content-Type: text/plain; charset="us-ascii"; format=flowed Content-Transfer-Encoding: 7bit Please find attached my proposal for a bugfix. The experts might to better, though. Uwe Ligges [EMAIL PROTE

Re: [Rd] Reversing axis in a log plot (PR#7894)

2005-05-27 Thread ligges
Yes, this one is a bug in CreateAtVector, plot.c. It already has the lines: /* Debugging: When does the following happen... ? */ if (umin > umax) warning("CreateAtVector \"log\"(from axis()): " "usr[0] = %g > %g = usr[1] !", umin, umax); And now we know that it h

[Rd] Reversing axis in a log plot (PR#7894)

2005-05-24 Thread marquardt . christian
Full_Name: Christian Marquardt Version: 2.1.0 OS: Linux (Redhat 9) Submission from: (NULL) (151.170.240.10) Following the advice of a reader of R-help, I would now like to submit this as a bug report: Say we have x = seq(1,3, by = 0.01) y = exp(x) Plotting and reversing linear axis is fine