【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)是一种用于显示流体运动和向量场梯度(gradient vector fields)的图。以下的代码中,两个阵列(array) x 、y 是用于生成 X、Y 网格 (meshgrid)。
Results 结果
