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 vote149 views1 answer
- 12 votes259 views4 answers
- 11 votes141 views4 answers
- 0 vote156 views1 answer
- 1 vote215 views1 answer
- 11 votes144 views2 answers
- 0 vote129 views1 answer
- 0 vote129 views1 answer
- 0 vote175 views1 answer
- 0 vote142 views1 answer