【Python 編程】 2D 流量圖 2D Stream Plots
By: Tao Steven Zheng (鄭濤)
A stream plot is a type of plot used to show fluid flow and gradient vector fields. In the code below x and y are arrays of x, y points that are used to generate a meshgrid.
流量圖(stream plot)是一種用于顯示流體運(yùn)動(dòng)和向量場(chǎng)梯度(gradient vector fields)的圖。以下的代碼中,兩個(gè)陣列(array) x 、y 是用于生成 X、Y 網(wǎng)格 (meshgrid)。
Results 結(jié)果

標(biāo)簽: