Few examples of how to fill an area with matplotlib using Axes.fill_between: ... x = np.arange(0,10,0.1) y = f(x) plt.plot(x,y,'k--') plt.fill_between(x, y, ...
確定! 回上一頁