0 votes
in Matplotlib by
What does the function pyplot.bar returns

a) It returns a container with error bars

b) Returns a container with Bars and error bars

c) None

d) Returns a container with Bars

1 Answer

0 votes
by
b) Returns a container with Bars and error bars

function pyplot.bar returns a container with Bars and error bars
...