Skip to content
Prev 3480 / 63421 Next

error in par option xaxt (PR#483)

On Mon, 13 Mar 2000 aim@uwo.ca wrote:

            
You mean 1.0.0, I think. That bug is already fixed for R-release: as you
are on Windows you will just need to compile it up from source

As a workaround, 

par(xaxt='n')
plot(1:7, rnorm(7), type = 's', col = 'red')

_does_ work: it is only the inline setting that is broken, and only in that
version.

[I don't understand why this was sent out twice with different PR# numbers?
Did you submit it twice?]