no output for seaborn.distplot
hi
when I execute seaborn.distplot, there is no graph just printing something like :
<matplotlib.axes._subplots.AxesSubplot at 0x23899061f98>how could I solve it?
2 answers ( 0 marked as helpful)
Hi Amir,
What if you add following line:
plt.show()
as a last line in the cell and then execute it.
Let me know if this solves it.
Best,
Eli
Hi Eli,
thanks for your support. It works :)
Best Regards