Plt.figure(figsize = (14,5))

plt.figure(figsize = (14,5))



this code is not showing any graph???

Hello Emad,



Try running the cell a couple of times. This has been a bug for a while. 



Get back if you need further help. 

If running through Jupyter notebook you can add

%matplotlib inline at the start and plt.show() at the end.