CBSE Class 12 Informatics Practices
Question 56 of 73
Data Visualization using Matplotlib — Question 21
Back to all questionsThe hist() function in Matplotlib's Pyplot module allows creating various types of histograms. These include the default bar histogram (histtype='bar'), step histogram (histtype='step'), stepfilled histogram (histtype='stepfilled'), barstacked histogram (histtype='barstacked').