A boxplot is a mean of displaying cardinally scaled data. The graphic displays robust summary statistics of a given dataset. These include for the box: The mean, the lower quartile and the upper quartile. The enclosed whiskers are not commonly defined and may display some figure tied to the inter quartile range (e.g. IQR x 1.5) or the maxima/minima. Sometimes outliers are displayed as well.
Boxplots may easily be created by most statistical packages such as:
boxplot(rnorm(100)) #For R
boxplot(randn(100)) %For Matlab
graph box variable 'For Stata