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 vote338 views1 answer
- 0 vote312 views1 answer
- 0 vote296 views1 answer
- 0 vote298 views1 answer
- 0 vote320 views1 answer
- 0 vote291 views1 answer
- 1 vote306 views1 answer
- 25 votes311 views2 answers
- 0 vote290 views1 answer
- 1 vote296 views2 answers