Plotting histograms for a data frame, with titles and label numbers.
pl.hist(x, l = 1)
x
:a data frame
l
: the beginning label number in the title (default set to 1)
pl.hist(mtcars,1)