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
- 1 vote198 views1 answer
- 13 votes205 views3 answers
- 0 vote199 views1 answer
- 0 vote194 views1 answer
- 0 vote231 views1 answer
- 2 votes196 views2 answers
- 0 vote199 views1 answer
- 10 votes204 views1 answer
- 2 votes216 views1 answer
- 1 vote219 views2 answers