Someone on www.statistik-forum.de wanted to test normal distribution on n=19 measurements. These are 21 Normal Q-Q-Plots of 21 samples (n=19 points each), taken from a normal distribution.

par(mfrow=c(7,3), mar=c(2,2,1,1))
replicate(21, qqnorm(rnorm(19), main=""))

##   [,1]       [,2]       [,3]       [,4]       [,5]       [,6]      
## x Numeric,19 Numeric,19 Numeric,19 Numeric,19 Numeric,19 Numeric,19
## y Numeric,19 Numeric,19 Numeric,19 Numeric,19 Numeric,19 Numeric,19
##   [,7]       [,8]       [,9]       [,10]      [,11]      [,12]     
## x Numeric,19 Numeric,19 Numeric,19 Numeric,19 Numeric,19 Numeric,19
## y Numeric,19 Numeric,19 Numeric,19 Numeric,19 Numeric,19 Numeric,19
##   [,13]      [,14]      [,15]      [,16]      [,17]      [,18]     
## x Numeric,19 Numeric,19 Numeric,19 Numeric,19 Numeric,19 Numeric,19
## y Numeric,19 Numeric,19 Numeric,19 Numeric,19 Numeric,19 Numeric,19
##   [,19]      [,20]      [,21]     
## x Numeric,19 Numeric,19 Numeric,19
## y Numeric,19 Numeric,19 Numeric,19