摘要: import matplotlib.pyplot as plt fig = plt.figure() ax = fig.add_subplot(111) ax.scatter(xSortRawArr, ySortRawArr) ax.plot(xSortRawArr, ySortHatArr) pl 阅读全文
posted @ 2020-08-24 19:14 绍荣 阅读(7430) 评论(0) 推荐(0) 编辑