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
- 3 votes335 views2 answers
- 0 vote418 views1 answer
- 1 vote356 views1 answer
- 0 vote388 views1 answer
- 2 votes376 views1 answer
- 19 votes345 views2 answers
- 0 vote369 views1 answer
- 5 votes346 views1 answer
- 17 votes331 views2 answers
- -3 votes371 views2 answers