Distribution plot python
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
- 0 vote151 views1 answer
- -1 vote165 views1 answer
- 0 vote142 views1 answer
- 1 vote150 views1 answer
- 0 vote143 views1 answer
- 18 votes146 views4 answers
- 81 votes173 views6 answers
- 41 votes152 views4 answers
- 0 vote201 views2 answers
- 14 votes172 views6 answers