python之可视化matplotlib

常用语句归纳: import matplotlib pyplot as plt 1.plt.plot( input_x , input_y , linewidth=5 )=>给定输入的x和y,并且调整线宽画图 2.plt.title(  ' name  '  )=>给图加上标题title 3.plt.xlabel(" name " , fontsize=" number ")=>调整轴的标注的字,
相关文章
相关标签/搜索