> "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
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
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
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