Informatics Practices

To change the width of bars in a bar chart, which of the following arguments with a float value is used ?

  1. hwidth
  2. width
  3. breath
  4. barwidth

PyPlot

1 Like

Answer

width

Reason — The width argument with a float value is used to change the width of bars in a bar chart created using the bar() function in Matplotlib.

Answered By

2 Likes


Related Questions