摘要:
阅读全文
posted @ 2021-01-28 15:45
bH1pJ
阅读(84)
评论(0)
推荐(0)
摘要:
numpy 按照 轴取平均 a= a.mean(axis = 0) 对第一个轴进行取平均; 阅读全文
posted @ 2021-01-28 15:38
bH1pJ
阅读(54)
评论(0)
推荐(0)
摘要:
colorVec1 = (["lightgray"] * (A.shape[0]) + ["darkorange"] * (B.shape[0]) + ["seagreen"] * (C.shape[0]) ... 阅读全文
posted @ 2021-01-28 14:06
bH1pJ
阅读(49)
评论(0)
推荐(0)
摘要:
这个人总结的真好! https://blog.csdn.net/taoqick/article/details/82255086 阅读全文
posted @ 2021-01-28 14:04
bH1pJ
阅读(19)
评论(0)
推荐(0)
摘要:
pop 后 阅读全文
posted @ 2021-01-28 13:53
bH1pJ
阅读(70)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2021-01-28 12:39
bH1pJ
阅读(19)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2021-01-28 12:38
bH1pJ
阅读(22)
评论(0)
推荐(0)
摘要:
plt.plot(x, y1, "-b", label="sine")plt.plot(x, y2, "-r", label="cosine")plt.legend(loc="upper left") 基本思想是分开画, 最后把legend给加上去 pl... 阅读全文
posted @ 2021-01-28 10:31
bH1pJ
阅读(181)
评论(0)
推荐(0)
浙公网安备 33010602011771号