plot折線圖

import matplotlib.pyplot as plt square = [1,4,9,16,25] plt.plot(square,linewidth = 5) plt.title('Square numbers',fontsize = 24) plt.xlabel('Value',fontsize = 24) plt.ylabel('Suqare of Value',fontsize
相關文章
相關標籤/搜索