# the first plot DOES NOT set the xlim and ylim properly import numpy as np import pylab as p x = np.linspace(0.0,5.0,20) slope = 1.0 intercept = 3.0 y = slope* ...
確定! 回上一頁