[Rd] par(xlog) is not honoured (PR#7111)

ligges at statistik.uni-dortmund.de ligges at statistik.uni-dortmund.de
Mon Jul 19 12:50:29 CEST 2004


clock at twibright.com wrote:

> Full_Name: Karel Kulhavy
> Version: 1.9.0
> OS: GNU/Linux
> Submission from: (NULL) (212.71.168.94)
> 
> 
> plot(function(x){x^2}, 1, 10) doesn't react to par(xlog=TRUE).

That is NOT a bug. Please only submit reports if you are sure you have 
obsrved a bug. Please read the FAQs on what a bug really is. Please 
check against the most recent version of R (at least the last official 
release which is R-1.9.1) before reporting a bug.


?par tells you that xlog is readonly, and that you are going to use

   plot(function(x){x^2}, 1, 10, log = "x")

Uwe Ligges



> ______________________________________________
> R-devel at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-devel



More information about the R-devel mailing list