1
摘要: 正态分布可视化 可视化函数 def set_axes(axes, xlabel, ylabel, xlim, ylim, xscale, yscale, legend): """设置matplotlib的轴""" axes.set_xlabel(xlabel) axes.set_ylabel(yla 阅读全文
posted @ 2023-04-27 10:04 Bonne_chance 阅读(79) 评论(0) 推荐(0) 编辑
1