Re: [R] Reversing axis in a log plot

2005-05-20 Thread Petr Pikal
Hi Christian I did not see any response to your question yet, and my will not be very helpful. The error message comes from axis building, plot itself seems to be OK. If you choose slightly bigger value for ylim it will go through without any complain. plot(x,y, log = y, ylim = c(30,1.2))

[R] Reversing axis in a log plot

2005-05-19 Thread Christian Marquardt
Hello, apologies if I'm overlooking the obvious... I would like to revert a logarithmic axis with R 2.1.0 on Linux, e.g. for using pressure as a vertical coordinate. Say we have x = seq(1,3, by = 0.01) y = exp(x) Plotting and reversing linear axis is fine plot(x,y) plot(x,y, ylim =