Which function is used in matplotlib to plot a horizontal bar
chart?
Answers
Answered by
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