matplotlib

創建一個簡單的圖 import matplotlib.pyplot as plt import numpy as np x=np.linspace(-1,1,100) y=x**2 plt.plot(x,y)
相關文章
相關標籤/搜索