generate_plots.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:krafters 作者: GianlucaBortoli 项目源码 文件源码
def generateDistributionPlot(test):

    sns.set(color_codes=True)
    for row in test:
        label = row.pop(0)
        d = [float(i) for i in row]
        # Plot a filled kernel density estimate
        sns.distplot(d, hist=False, kde_kws={"shade": True}, label=label)
    plt.xlim([-0.01, 0.1])
    plt.xlabel("time (s)")
    plt.ylabel("operations")
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号