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 vote133 views1 answer
- 0 vote142 views1 answer
- 0 vote149 views2 answers
- 0 vote163 views1 answer
- 0 vote165 views1 answer
- 0 vote148 views1 answer
- 0 vote162 views1 answer
- 1 vote140 views1 answer
- 1 vote145 views1 answer
- 3 votes103 views1 answer