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 vote290 views1 answer
- 1 vote291 views1 answer
- 3 votes297 views2 answers
- 23 votes268 views5 answers
- 29 votes264 views2 answers
- 24 votes293 views2 answers
- 0 vote337 views1 answer
- 7 votes270 views1 answer
- 7 votes319 views4 answers
- 2 votes291 views1 answer