摘要:
# _*_coding:utf-8_*_# /usr/bin/env python3# Author:book Mikiimport matplotlib.pyplot as pltimport numpy as npx = np.linspace(-5, 20, 20)y1 = x**2y2 = x*2+2# plt.figure(num=1)# plt.plot(x, y1)plt.figur... 阅读全文
posted @ 2019-03-04 23:22
晴晴小可爱的小弟
阅读(420)
评论(0)
推荐(0)

浙公网安备 33010602011771号