Pass probabilities to seaborn kdeplot

前端 未结 0 653
独厮守ぢ
独厮守ぢ 2020-12-20 20:47

Suppose I want to plot the following data using sns.kdeplot:

np.random.seed(42)
x = [np.random.randint(0, 10) for _ in range(10)]

x
[6, 3, 7, 4,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题