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
- 5 votes287 views2 answers
- 1 vote260 views2 answers
- 3 votes251 views2 answers
- 0 vote267 views1 answer
- 0 vote278 views1 answer
- 0 vote239 views1 answer
- 2 votes279 views2 answers
- 7 votes281 views2 answers
- 18 votes255 views5 answers
- 7 votes270 views3 answers