logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

python中matplotlib的颜色及形状

命令形如:plt.plot(x, y, linewidth = '1', label = "test", color=' red ', linestyle=':', marker='|')plt.legend(loc='upper left')plt.show()线条形式(linestyle):'-'solid line style'--'dashed li...

#python#开发语言#后端
python中matplotlib的颜色及形状

命令形如:plt.plot(x, y, linewidth = '1', label = "test", color=' red ', linestyle=':', marker='|')plt.legend(loc='upper left')plt.show()线条形式(linestyle):'-'solid line style'--'dashed li...

#python#开发语言#后端
到底了