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 vote219 views1 answer
- 8 votes223 views3 answers
- 0 vote258 views1 answer
- 6 votes234 views2 answers
- 0 vote226 views1 answer
- 0 vote225 views1 answer
- 4 votes232 views2 answers
- 1 vote224 views2 answers
- 0 vote211 views1 answer
- 1 vote240 views2 answers