Pythonpython中matplotlib的线条样式和颜色设置效果 plt.plot(x, y, linewidth = '1', label = "test", color=' coral ', linestyle=':', marker='|') linestyle可选参数: '-' solid line style '--' dashed... xiaohe 8年前 (2018-05-16) 7161℃ 0评论 2喜欢