Re: [R] Plotting with exact axis limits

2008-04-14 Thread Enrico Rossi
That's exactly what I needed! Many thanks to Mark, Daniel and Duncan for your help! Enrico On Mon, Apr 14, 2008 at 8:14 PM, Daniel Malter <[EMAIL PROTECTED]> wrote: > Hi, > > type ?plot [Enter]and click the "par" link in the first line. This takes > you > to all the parameters you can set for plo

Re: [R] Plotting with exact axis limits

2008-04-14 Thread Daniel Malter
Hi, type ?plot [Enter]and click the "par" link in the first line. This takes you to all the parameters you can set for plot commands. The one you are looking for is: xaxs The style of axis interval calculation to be used for the x-axis. Possible values are "r", "i", "e", "s", "d". The styles are

Re: [R] Plotting with exact axis limits

2008-04-14 Thread Duncan Murdoch
On 14/04/2008 6:56 PM, Enrico Rossi wrote: > Hello, > > If I make a plot, say something simple like > > plot( runif(100) ) > > then the origin (0,0) is not at the bottom-left corner of the box > surrounding the plot. The axis limits are "padded" slightly. This is > ordinarily a good feature, bec