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
相关文章
相关标签/搜索