Home »
Python »
Matplotlib MCQs
What is the default type of a histogram in Matplotlib?
38. What is the default type of a histogram in Matplotlib?
- Line
- Bar
- Dotted lines
- Dashed lines
Answer: B) Bar
Explanation:
The default type of a histogram is Bar in Matplotlib.