摘要: # -*- coding: utf-8 -*- """ Created on Mon Apr 24 12:48:40 2017 @author: x-power """ import matplotlib.pyplot as plt #首先载入 matplotlib的绘图模块pyplot,并且重命名为plt。 import numpy as np x = np.linspace(0,10,1... 阅读全文
posted @ 2017-04-24 13:24 X-POWER 阅读(284) 评论(0) 推荐(0)