On Sep 28, 2007, at 3:22 PM, Greg Snow wrote: > Use xaxt='n' in the original plot to suppress the default axis (or > axes=FALSE to supress both), then axis(1, pos=0) to draw the axis > at 0. That was what I was looking for. Thank you. I just need to do a bit of refining now. James