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()