KnowledgeBoat Logo
|

Informatics Practices

Which of the following function will create a horizontal bar chart ?

  1. plot()
  2. bar()
  3. plotbar()
  4. barh()

PyPlot

1 Like

Answer

barh()

Reason — The barh() function will create a horizontal bar chart.

Answered By

2 Likes


Related Questions