Informatics Practices

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

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

PyPlot

3 Likes

Answer

bar()

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

Answered By

3 Likes


Related Questions