01 2022 档案

摘要:需确保matplot版本为3.4.2及以上 1 fig, ax = plt.subplots() 2 x = [1,2,3,4] 3 y = [1,1,1,1] 4 scatter = ax.scatter(x,y, marker='.', c=[1,2,3,4]) 5 legend1 = ax.l 阅读全文
posted @ 2022-01-12 17:19 vv_869 阅读(5253) 评论(0) 推荐(0) 编辑