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 vote182 views1 answer
- 0 vote214 views1 answer
- 135 votes220 views6 answers
- 0 vote130 views2 answers
- 0 vote161 views1 answer
- 12 votes183 views2 answers
- 0 vote228 views1 answer
- 0 vote180 views1 answer
- 0 vote197 views5 answers
- 1 vote172 views1 answer