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
- 34 votes127 views2 answers
- 0 vote117 views1 answer
- 7 votes125 views3 answers
- 0 vote155 views1 answer
- 1 vote130 views1 answer
- 0 vote110 views1 answer
- 5 votes122 views1 answer
- 19 votes122 views5 answers
- 24 votes133 views3 answers
- 0 vote115 views1 answer