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
- 30 votes376 views6 answers
- 1 vote264 views2 answers
- 0 vote306 views2 answers
- 2 votes261 views1 answer
- 0 vote246 views1 answer
- 20 votes257 views6 answers
- 2 votes279 views2 answers
- 1 vote307 views2 answers
- 0 vote260 views1 answer
- -1 vote271 views1 answer