Re: [R] Question scatterplot axis cut point

2012-02-14 Thread Jim Lemon
On 02/14/2012 06:19 AM, Michael Methlagl wrote: Hi everybody, i made a scatterplot using the command plot (datafile1, xlim=c(0,10), ylim=c(0.001, 1), log="y", xlab="x Achse", ylab="y Achse", frame.plot=FALSE, axes = TRUE). Now i have a problem. There is a gap between the x and the y axis. I wan

[R] Question scatterplot axis cut point

2012-02-13 Thread Michael Methlagl
Hi everybody, i made a scatterplot using the command plot (datafile1, xlim=c(0,10), ylim=c(0.001, 1), log="y", xlab="x Achse", ylab="y Achse", frame.plot=FALSE, axes = TRUE). Now i have a problem. There is a gap between the x and the y axis. I want that the x and y axis cut at 0 and 0.001 withou