data.py 文件源码

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

项目:afDist 作者: jsgounot 项目源码 文件源码
def adjust_layout(self) :
        x0, x1, y0, y1 = plt.axis()
        plot_margin_x = 0.01 * float(x1)
        plot_margin_y = 0.01 * float(y1)
        plt.axis((x0 - plot_margin_x, x1 + plot_margin_x, y0, y1 + plot_margin_y))
        plt.tight_layout()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号