Using which function of Pyplot can you plot histograms ?
With Pyplot, a histogram is created using hist() function.
hist()