Computer Science, asked by pushpenderthakur0, 1 month ago

Which function is used in matplotlib to plot a horizontal bar
chart?

Answers

Answered by chsana435
0

Answer:

Most basic

Building a horizontal barplot with matplotlib follows pretty much the same process as a vertical barplot. The only difference is that the barh() function must be used instead of the bar() function. Here is a basic example.

Similar questions