matplotlib quiver箭圖繪製

quiver繪製表示梯度變化很是有用,下面是學習過程當中給出的兩個例子,能夠很好理解quiver的用法web from pylab import * close() ## example 1 x = linspace(0,10,40) y = x**2*exp(-x) u = array([x[i+1]-x[i] for i in range(len(x)-1)]) v = array([
相關文章
相關標籤/搜索