matplotlib.pyplot个人总结
作业3写的一个画图程序
import numpy as np
import matplotlib.pyplot as plt
x = np.linspace(0,1)
T1 = 0.3
T2 = 0.7
T3 = 0.6
T4 = 0.3
def t(x,y):
t = [y for i in x]
return t
def draw(X,x,y,z,w,color1,alph...
原创
2020-04-13 12:00:33 ·
225 阅读 ·
0 评论