I did’nt get the meaning of BAR GRAPH like between which two entities it has to be made
Understanding problem in task 1
Hey,
bar graph is just a plotting of a column whose height is given in the parameter.
plt.bar( x, height)
the X values will be plotted on x axis suppose [1,2,3,4,5]
the height variable is the height of bar corresponding to each value of x for eg. [34,67,29,41,56]
try plotting this graph on jupyter notebook, you will get the difference.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.