error while other types of plots
Dear All
I am getting error
n[13]: bar(year,profit)
Out[13]: <BarContainer object of 11 artists>
kindly help.
thanks
Python-3.4.3 Other-Types-Of-Plots 00-01 min 20-30 sec
Answers:
This is not an error, the plot is not displayed actually. Try using plt.show() .