python matplotlib 画图整理

这里大部分参考了博主:https://blog.csdn.net/Notzuonotdied/article/details/77876080  的整理x结果html ## plot 板块##python import matplotlib.pyplot as plt import numpy as np x=np.linspace(1,10,10) y=x y1=2*x**2+1 y2=2*x
相关文章
相关标签/搜索