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
- 22 votes312 views4 answers
- 14 votes291 views5 answers
- 1 vote286 views1 answer
- 19 votes299 views5 answers
- 1 vote328 views1 answer
- 0 vote279 views1 answer
- 1 vote320 views1 answer
- 0 vote266 views1 answer
- 79 votes269 views6 answers
- 1 vote325 views2 answers