Login
Remember
Register
Ask a Question
What does the function pyplot.bar returns
0
votes
asked
Dec 25, 2021
in
Matplotlib
by
rajeshsharma
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
pyplot-bar
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 25, 2021
by
rajeshsharma
b) Returns a container with Bars and error bars
function pyplot.bar returns a container with Bars and error bars
...