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 vote115 views1 answer
- 9 votes108 views6 answers
- 0 vote117 views1 answer
- 0 vote117 views1 answer
- 6 votes112 views4 answers
- 0 vote107 views1 answer
- 0 vote147 views1 answer
- 0 vote112 views2 answers
- 1 vote115 views1 answer
- 24 votes109 views6 answers