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 vote242 views1 answer
- 8 votes247 views1 answer
- 0 vote264 views1 answer
- 1 vote275 views2 answers
- 8 votes236 views2 answers
- 1 vote278 views2 answers
- 1 vote245 views2 answers
- 10 votes274 views5 answers
- 0 vote242 views1 answer
- 0 vote238 views1 answer