Which of the following function will produce a bar chart ?
bar(), barh()
Reason — With Pyplot, a bar chart is created using bar() and barh() functions.
bar()
barh()