Chapter5

Chapter5 注解

注解 import matplotlib.pyplot as plt import numpy as np x = np.linspace(-3,3,50) y = 2*x+1 plt.figure(num=1,figsize=(8,5),) plt.plot(x,y,) ax = plt.gca( ......
注解 Chapter5 Chapter
共1篇  :1/1页 首页上一页1下一页尾页