/Python/Distribution plot python

Distribution plot python

Plot distribution seaborn

2

Plot normal distribution python

1

Distribution plot python

1

Mean =[0,0] covariance = [[1,0],[0,100]] ds = np.random.multivariate_normal(mean,covariance,500) dframe = pd.DataFrame(ds, columns=['col1', 'col2']) fig = sns.kdeplot(dframe).get_figure() fig.savefig('kde1.png')

0
ShareSimilar codes
Share