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
- 7 votes267 views1 answer
- 1 vote253 views1 answer
- 0 vote317 views1 answer
- -1 vote254 views1 answer
- 2 votes264 views1 answer
- 0 vote241 views2 answers
- 4 votes286 views1 answer
- 19 votes240 views3 answers
- 1 vote245 views1 answer
- 15 votes241 views3 answers