0

enter image description here

I encountered this problem, I have never run plt.show() and it doesn't show any graphics . how do ı fix this?

I expect visualize my data but ı didn't

import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns

x=np.random.normal(35,1,10000)
sns.displot(x,kde=True)
plt.show()
Trenton McKinney
  • 56,955
  • 33
  • 144
  • 158
  • This [answer](https://stackoverflow.com/a/45513137/7758804) of the duplicate resolves the issue of plots not showing in the interactive window. – Trenton McKinney Nov 20 '22 at 21:41

0 Answers0