《Python編程:從入門到實踐》---項目2

第15章 生成數據 15-1 立方: import matplotlib.pyplot as plt ''' x_values = [1, 2, 3, 4, 5] y_values = [x**3 for x in x_values] plt.scatter(x_values,y_values,s=100) #plt.plot(x_values,y_values, linewidth=5)
相關文章
相關標籤/搜索