x<-rnorm(500)
xr <- round(x, 1)
stripchart(xr, method="stack", pch=19)
will do this if the data are rounded appropriately. You may have some fun with 'appropriately'.
Tinker with ylim to get the axis limits right; stripchart's baseline is at 1 for a single group.
S Ellison
*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}