matplotlib 模塊 畫圖 例2

#!/usr/bin/python # -*- coding: UTF-8 -*- import matplotlib.pyplot as plt x=[i for i in range(-20,20)] y=[i**2 for i in x] # plt.plot(x,y) # plt.plot(x,y,color="red",linestyle="-.",marker="o") #lin
相關文章
相關標籤/搜索