... plot fig, ax = plt.subplots(figsize=(10,5)) x = np.linspace(-10,10,100) y1 = logistic_growth(x, A=-2,K=2, C=1, D=1, B=0.3, nu=1) ax.plot(x,y1, color='k' ...
確定! 回上一頁