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
相關文章
相關標籤/搜索