An evenly spaced grid.
x and y-velocities. The number of rows and columns must match the length of y and x, respectively.
Controls the closeness of streamlines. When density = 1
, the domain is divided into a 30x30 grid. density linearly scales this grid. Each cell in the grid can have, at most, one traversing streamline. For different densities in each direction, use a tuple (density_x, density_y).
The width of the stream lines. With a 2D array the line width can be varied across the grid. The array must have the same shape as u and v.
The streamline color. If given an array, its values are converted to colors using cmap and norm. The array must have the same shape as u and v.
Colormap
Colormap used to plot streamlines and arrows. This is only used if color is an array.
Normalize
Normalize object used to scale luminance data to 0, 1. If None
, stretch (min, max) to (0, 1). This is only used if color is an array.
Scaling factor for the arrow size.
Arrow style specification. See FancyArrowPatch
.
Minimum length of streamline in axes coordinates.
Coordinates of starting points for the streamlines in data coordinates (the same coordinates as the x and y arrays).
The zorder of the stream lines and arrows. Artists with lower zorder values are drawn first.
Maximum length of streamline in axes coordinates.
Integrate the streamline in forward, backward or both directions. default is 'both'
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4