摘要: matplotlib 可以以 线条形式,颜色,标记符号 plt.plot(x2, y2, color='red', linestyle='-', label='Enhanced images') 一 linestyle='-',线条形式: 线型linestyle: 实线 '-' 虚线 '--' 点画 阅读全文
posted @ 2021-11-29 22:40 下着雨 阅读(201) 评论(0) 推荐(0) 编辑