python基礎語法(二)——— plt的一些函數使用

matplotlib 1、plt.plot(x,y) plt.plot(x,y,format_string,**kwargs)  x軸數據,y軸數據,format_string控制曲線的格式字串  format_string 由顏色字符,風格字符,和標記字符 import matplotlib.pyplot as plt plt.plot([1,2,3,6],[4,5,8,1],’g-s’)  p
相關文章
相關標籤/搜索