从海底图提取模式

时间:2020-01-06 15:14:37

标签: python seaborn

我想从分布图中提取模式。有没有一种方法可以直接从海底图中提取出来?

如果没有,Seaborn正在做些什么来获得情节?另一种方法是在相同图的后面进行数学运算,并得到类似的模式。

lista=[120., 114.9045, 120., 113.7905, 118.037, 145., 219., 189., 185., 140., 150., 149., 242., 244.4556, 228.9317, 172., 190.    ]
plt.figure()
sns.violinplot(lista , showmeans=False, showmedians=True, vert=0, positions=[0], bw=.07)
plt.show()

enter image description here

0 个答案:

没有答案