Skip to content
Prev 218790 / 398498 Next

Help with bw plot

hi everybody,
I am having some problems with the bwplot (I am not using the regular panel,
but the one from the library agsemisc)...
The problem is the following:
a.resetplotparams()
			bwplot(
					isHost ~ data$time,
					data = dataset,
					scattered = TRUE,
					main="Duration",
					xlab = "Duration in minutes",
					ylab = "User is Host",
					panel=panel.bwstrip,
					varwidth = TRUE,
					col = "red", 
					pch = 1,
					type="mean,strip,density,N,grid",
					strip.limit = TRUE,
			)

My problem is, that I only get some dots outside the whiskers but Id like to
have all dots (the ones between the whiskers)...
Would be great, if somebody could help me out on this issue.